diff options
Diffstat (limited to 'tests/test_core.py')
-rw-r--r-- | tests/test_core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index 594350fb..90453ae2 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -3853,7 +3853,6 @@ Pass: 0.000012 0.000012''') def test_sscanf_6(self): test_path = path_from_root('tests', 'core', 'test_sscanf_6') src, output = (test_path + s for s in ('.in', '.out')) - self.do_run_from_file(src, output) def test_sscanf_skip(self): |