Commit a03a562d authored by Mark Florisson's avatar Mark Florisson

Fix error test

parent 4817877f
...@@ -28,7 +28,6 @@ for i in prange(10, nogil=True, num_threads=2): ...@@ -28,7 +28,6 @@ for i in prange(10, nogil=True, num_threads=2):
pass pass
_ERRORS = u""" _ERRORS = u"""
e_invalid_num_threads.pyx:8:33: Coercion from Python not allowed without the GIL
e_invalid_num_threads.pyx:12:20: argument to num_threads must be greater than 0 e_invalid_num_threads.pyx:12:20: argument to num_threads must be greater than 0
e_invalid_num_threads.pyx:19:19: num_threads already declared in outer section e_invalid_num_threads.pyx:19:19: num_threads already declared in outer section
e_invalid_num_threads.pyx:23:19: num_threads must be declared in the parent parallel section e_invalid_num_threads.pyx:23:19: num_threads must be declared in the parent parallel section
......
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