Changeset bd56b07
- Timestamp:
- Aug 10, 2018, 5:25:31 PM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- cfcf670
- Parents:
- d16f9fd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/pybin/tools.py
rd16f9fd rbd56b07 74 74 def diff( lhs, rhs ): 75 75 # diff the output of the files 76 diff_cmd = ("diff --ignore-all-space "76 diff_cmd = ("diff --ignore-all-space --text " 77 77 "--ignore-blank-lines " 78 78 "--old-group-format='\t\tmissing lines :\n"
Note: See TracChangeset
for help on using the changeset viewer.