Skip to content

Commit 5a60697

Browse files
committed
test
1 parent 2b591e4 commit 5a60697

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

run-tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ def cleanup(out):
117117
usedTodos.append(filename)
118118
else:
119119
print('FAILED ' + cmd)
120+
print('expected:')
121+
print(clang_output)
122+
print('actual:')
123+
print(simplecpp_output)
120124
if simplecpp_ec:
121125
print('simplecpp failed - ' + simplecpp_err)
122126
numberOfFailed = numberOfFailed + 1

0 commit comments

Comments
 (0)