Changeset 080b0a1
- Timestamp:
- Nov 11, 2020, 4:49:09 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b0b1e15
- Parents:
- b82d140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
rb82d140 r080b0a1 73 73 ) 74 74 75 return proc.returncode, out.decode(" utf-8") if out else None75 return proc.returncode, out.decode("latin-1") if out else None 76 76 except subprocess.TimeoutExpired: 77 77 if settings.timeout2gdb:
Note: See TracChangeset
for help on using the changeset viewer.