Skip to content

Commit

Permalink
fix the message
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek committed Jan 24, 2025
1 parent c2e2e83 commit 41256e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-deduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ def join_error_threads(threads : list[ErrorThread], join_count : int):
ret_code = os.system(diff_call)
if ret_code == 0:
os.remove(temp_file)
print(thread.path, 'has not changed')
print(thread.path, "produces the expected error.")
else:
print("The error message for", thread.path, "has changed! See actual_error.tmp")
print("*** The error message for", thread.path, "has changed! See actual_error.tmp")
exit(1)

def test_deduce_errors(deduce_call, path):
Expand Down

0 comments on commit 41256e3

Please sign in to comment.