summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-09-09 10:19:20 -0500
committerGitHub <noreply@github.com>2017-09-09 10:19:20 -0500
commit167ca98afdc8404cf235ebda930ebf5a8aaedd55 (patch)
tree1ab29f2284ca2e666f4a4e115f95924d21418ae1 /numpy/f2py/tests
parente149d290c21e72ca86b2b3f7644b85c7f60cce66 (diff)
downloadnumpy-167ca98afdc8404cf235ebda930ebf5a8aaedd55.tar.gz
TST: callback: update comment
Diffstat (limited to 'numpy/f2py/tests')
-rw-r--r--numpy/f2py/tests/test_callback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_callback.py b/numpy/f2py/tests/test_callback.py
index 3df205bcf..cf7427d20 100644
--- a/numpy/f2py/tests/test_callback.py
+++ b/numpy/f2py/tests/test_callback.py
@@ -120,7 +120,7 @@ cf2py intent(out) a
r = t(a.mth)
assert_(r == 9, repr(r))
- @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran')
+ @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran (Issue #9673)')
def test_string_callback(self):
def callback(code):