diff options
author | xoviat <xoviat@users.noreply.github.com> | 2017-09-09 10:18:33 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-09 10:18:33 -0500 |
commit | e149d290c21e72ca86b2b3f7644b85c7f60cce66 (patch) | |
tree | d4dbc9f750d92360df4c47205b07589d42cc7005 /numpy/f2py/tests | |
parent | 41407a2c18901c2fe5038e7b2b0c3090ee6409d8 (diff) | |
download | numpy-e149d290c21e72ca86b2b3f7644b85c7f60cce66.tar.gz |
TST: block docstring: update comment
Diffstat (limited to 'numpy/f2py/tests')
-rw-r--r-- | numpy/f2py/tests/test_block_docstring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_block_docstring.py b/numpy/f2py/tests/test_block_docstring.py index a2edefa6c..eb11201ef 100644 --- a/numpy/f2py/tests/test_block_docstring.py +++ b/numpy/f2py/tests/test_block_docstring.py @@ -16,7 +16,7 @@ class TestBlockDocString(util.F2PyTest): END """ - @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran') + @dec.knownfailureif(sys.platform=='win32', msg='Fails with MinGW64 Gfortran (Issue #9673)') def test_block_docstring(self): expected = "'i'-array(2,3)\n" assert_equal(self.module.block.__doc__, expected) |