summaryrefslogtreecommitdiff
path: root/test/messages/func_catching_non_exception.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/messages/func_catching_non_exception.txt')
-rw-r--r--test/messages/func_catching_non_exception.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/messages/func_catching_non_exception.txt b/test/messages/func_catching_non_exception.txt
index 9dc23eb..19f22ab 100644
--- a/test/messages/func_catching_non_exception.txt
+++ b/test/messages/func_catching_non_exception.txt
@@ -1,3 +1,3 @@
-E: 24: Catching an exception which doesn't inherit from BaseException: MyException
-E: 29: Catching an exception which doesn't inherit from BaseException: MyException
-E: 29: Catching an exception which doesn't inherit from BaseException: MySecondException \ No newline at end of file
+E: 35: Catching an exception which doesn't inherit from BaseException: MyException
+E: 40: Catching an exception which doesn't inherit from BaseException: MyException
+E: 40: Catching an exception which doesn't inherit from BaseException: MySecondException \ No newline at end of file