- Timestamp:
- Jul 31, 2019, 3:05:27 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 40287c8
- Parents:
- 4071778
- git-author:
- Peter A. Buhr <pabuhr@…> (07/31/19 14:34:44)
- git-committer:
- Peter A. Buhr <pabuhr@…> (07/31/19 15:05:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/settings.py
r4071778 rd82892a 22 22 'x86-64' : 'x64', 23 23 'x86_64' : 'x64', 24 'aarch64' : 'x64', 24 25 'x86' : 'x86', 25 26 'i386' : 'x86', … … 40 41 canonical_host = Architecture.make_canonical( config.HOSTARCH ) 41 42 except KeyError: 42 print("Unk own host architecture %s" % config.HOSTARCH, file=sys.stderr)43 print("Unknown host architecture %s" % config.HOSTARCH, file=sys.stderr) 43 44 sys.exit(1) 44 45 … … 47 48 arch = Architecture.make_canonical( arch ) 48 49 except KeyError: 49 print("Unk own architecture %s" % arch, file=sys.stderr)50 print("Unknown architecture %s" % arch, file=sys.stderr) 50 51 sys.exit(1) 51 52
Note: See TracChangeset
for help on using the changeset viewer.