diff options
Diffstat (limited to 'numpy/f2py/lib/tests/test_derived_scalar.py')
-rw-r--r-- | numpy/f2py/lib/tests/test_derived_scalar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/tests/test_derived_scalar.py b/numpy/f2py/lib/tests/test_derived_scalar.py index c57778020..b5f24dea5 100644 --- a/numpy/f2py/lib/tests/test_derived_scalar.py +++ b/numpy/f2py/lib/tests/test_derived_scalar.py @@ -42,7 +42,7 @@ m, = compile(fortran_code, 'test_derived_scalar_ext') from numpy import * -class test_m(NumpyTestCase): +class TestM(NumpyTestCase): def check_foo_simple(self, level=1): a = m.myt(2) |