Changeset 62cc231
- Timestamp:
- Apr 21, 2020, 2:09:32 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 766ec62, fd35f76
- Parents:
- 65583e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r65583e2 r62cc231 206 206 207 207 else: 208 if os.stat(out_file).st_size < 1048576 208 if os.stat(out_file).st_size < 1048576: 209 209 with open (out_file, "r") as myfile: 210 210 error = myfile.read()
Note: See TracChangeset
for help on using the changeset viewer.