summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/tests/test_module_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/f2py/lib/tests/test_module_module.py')
-rw-r--r--numpy/f2py/lib/tests/test_module_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/lib/tests/test_module_module.py b/numpy/f2py/lib/tests/test_module_module.py
index 4d242ed54..0f0e88cc9 100644
--- a/numpy/f2py/lib/tests/test_module_module.py
+++ b/numpy/f2py/lib/tests/test_module_module.py
@@ -51,7 +51,7 @@ m,m2 = compile(fortran_code, modulenames=['test_module_module_ext',
from numpy import *
-class test_m(NumpyTestCase):
+class TestM(NumpyTestCase):
def check_foo_simple(self, level=1):
foo = m.foo