- Timestamp:
- Dec 7, 2017, 12:00:10 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 92494fd
- Parents:
- 16988e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/test.py
r16988e8 r16a63a78 61 61 if options.regenerate_expected : 62 62 for testname in options.tests : 63 testname = canonicalPath( testname ) 63 64 if Test.valid_name(testname): 64 65 found = [test for test in allTests if test.target() == testname]
Note: See TracChangeset
for help on using the changeset viewer.