summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/tests/test_module_scalar.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/tests/test_module_scalar.py')
-rw-r--r--numpy/f2py/lib/tests/test_module_scalar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/tests/test_module_scalar.py b/numpy/f2py/lib/tests/test_module_scalar.py
index 684fab1b2..e988a8e5f 100644
--- a/numpy/f2py/lib/tests/test_module_scalar.py
+++ b/numpy/f2py/lib/tests/test_module_scalar.py
@@ -55,4 +55,4 @@ class TestM(TestCase):
assert_equal(r,4)
if __name__ == "__main__":
- nose.run(argv=['', __file__])
+ run_module_suite()