diff options
Diffstat (limited to 'Lib/test/test_future.py')
| -rw-r--r-- | Lib/test/test_future.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_future.py b/Lib/test/test_future.py index 189cbdc..b8b591a 100644 --- a/Lib/test/test_future.py +++ b/Lib/test/test_future.py @@ -60,7 +60,7 @@ class FutureTest(unittest.TestCase): def test_badfuture7(self): with self.assertRaises(SyntaxError) as cm: from test import badsyntax_future7 - self.check_syntax_error(cm.exception, "badsyntax_future7", 3, 53) + self.check_syntax_error(cm.exception, "badsyntax_future7", 3, 54) def test_badfuture8(self): with self.assertRaises(SyntaxError) as cm: |
