diff options
Diffstat (limited to 'numpy/f2py/lib/tests/test_module_scalar.py')
-rw-r--r-- | numpy/f2py/lib/tests/test_module_scalar.py | 2 |
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 e11a1e0ae..1ac4455be 100644 --- a/numpy/f2py/lib/tests/test_module_scalar.py +++ b/numpy/f2py/lib/tests/test_module_scalar.py @@ -40,7 +40,7 @@ m, = compile(fortran_code, modulenames = ['test_module_scalar_ext']) from numpy import * -class test_m(NumpyTestCase): +class TestM(NumpyTestCase): def check_foo_simple(self, level=1): foo = m.foo |