- Timestamp:
- Aug 11, 2017, 10:55:09 AM (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:
- 67a67af
- Parents:
- e1780a2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/pybin/tools.py
re1780a2 r3b4571b 85 85 "--unchanged-group-format='%%=' \\" 86 86 "--changed-group-format='\t\texpected :\n" 87 "%%< \n"87 "%%<" 88 88 "\t\tgot :\n" 89 "%%> ' \\\n"89 "%%>\n' \\\n" 90 90 "--new-line-format='\t\t%%dn\t%%L' \\\n" 91 91 "--old-line-format='\t\t%%dn\t%%L' \\\n" … … 94 94 95 95 # fetch return code and error from the diff command 96 return sh(diff_cmd % (lhs, rhs), dry_run, False) 96 return sh(diff_cmd % (lhs, rhs), dry_run, False)
Note: See TracChangeset
for help on using the changeset viewer.