Commit ce5ca29d authored by Matus Valo's avatar Matus Valo Committed by GitHub

Fix typo in unittests (GH-4715)

parent 786e9747
......@@ -27,7 +27,7 @@ for test_case in ["notcython.pyx", "my_module/cython.pyx", "cythontest/helper.py
from Cython.Compiler.Main import main as cython
import sys
for test_case in ["cython.pyx", "scr2/cython.pyx", "src/cython/helper.pyx"]:
for test_case in ["cython.pyx", "src2/cython.pyx", "src/cython/helper.pyx"]:
sys.argv=["cython", test_case] #cython.py will extract parameters from sys.argv
try:
cython(command_line=1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment