Skip to content

Commit

Permalink
Commit missing parts of 8aa34ee.
Browse files Browse the repository at this point in the history
whitequark committed Dec 31, 2015
1 parent 693a364 commit 05bdd5c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lit-test/test/exceptions/reraise.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
# REQUIRES: exceptions

def f():
# CHECK-L: Uncaught ZeroDivisionError
# CHECK-L: Uncaught 0:ZeroDivisionError
# CHECK-L: at input.py:${LINE:+1}:
1/0

2 changes: 1 addition & 1 deletion lit-test/test/exceptions/reraise_update.py
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ def g():
try:
f()
except Exception as e:
# CHECK-L: Uncaught ZeroDivisionError
# CHECK-L: Uncaught 0:ZeroDivisionError
# CHECK-L: at input.py:${LINE:+1}:
raise e

2 changes: 1 addition & 1 deletion lit-test/test/exceptions/uncaught.py
Original file line number Diff line number Diff line change
@@ -2,6 +2,6 @@
# RUN: OutputCheck %s --file-to-check=%t
# REQUIRES: exceptions

# CHECK-L: Uncaught ZeroDivisionError: cannot divide by zero (0, 0, 0)
# CHECK-L: Uncaught 0:ZeroDivisionError: cannot divide by zero (0, 0, 0)
# CHECK-L: at input.py:${LINE:+1}:
1/0

0 comments on commit 05bdd5c

Please sign in to comment.