Skip to content

Commit 0037c83

Browse files
committed
Adding new line at the end of test file.
1 parent c85d8f1 commit 0037c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_exception.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ class MyException(Exception):
6868
e = MyException().with_traceback(tb)
6969
self.assertIsInstance(e, MyException)
7070
# TODO this dosn't work yet
71-
#self.assertEqual(e.__traceback__, tb)
71+
#self.assertEqual(e.__traceback__, tb)

0 commit comments

Comments
 (0)