diff options
Diffstat (limited to 'numpy/f2py/lib/parser/test_parser.py')
-rw-r--r-- | numpy/f2py/lib/parser/test_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/parser/test_parser.py b/numpy/f2py/lib/parser/test_parser.py index 6770ac4a5..f242b867f 100644 --- a/numpy/f2py/lib/parser/test_parser.py +++ b/numpy/f2py/lib/parser/test_parser.py @@ -494,4 +494,4 @@ class TestStatements(TestCase): if __name__ == "__main__": - nose.run(argv=['', __file__]) + run_module_suite() |