Changeset 62cc231


Ignore:
Timestamp:
Apr 21, 2020, 2:09:32 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

missed typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r65583e2 r62cc231  
    206206
    207207                else:
    208                         if os.stat(out_file).st_size < 1048576
     208                        if os.stat(out_file).st_size < 1048576:
    209209                                with open (out_file, "r") as myfile:
    210210                                        error = myfile.read()
Note: See TracChangeset for help on using the changeset viewer.