U
    O8c                     @   s6   d Z ddlZddlZddlmZ G dd dejZdS )z0See https://github.com/numpy/numpy/pull/10676.

    N   )utilc                   @   s<   e Zd ZeddddgZejje	j
dkdddd	 Zd
S )TestQuotedCharactertestssrcZquoted_characterzfoo.fwin32z)Fails with MinGW64 Gfortran (Issue #9673))reasonc                 C   s   | j  dkstd S )N)   '   "   ;   !   (   ))moduleZfooAssertionError)self r   J/tmp/pip-unpacked-wheel-fd_gsd75/numpy/f2py/tests/test_quoted_character.pytest_quoted_character   s    z)TestQuotedCharacter.test_quoted_characterN)__name__
__module____qualname__r   ZgetpathsourcespytestmarkZskipifsysplatformr   r   r   r   r   r   
   s
   r   )__doc__r   r    r   ZF2PyTestr   r   r   r   r   <module>   s   