Commit 097ff5e3 authored by Felix Kohlgrüber's avatar Felix Kohlgrüber

fix line numbers in other tests (2)

parent b193f00e
...@@ -53,5 +53,5 @@ def pyfunc(x): # invalid ...@@ -53,5 +53,5 @@ def pyfunc(x): # invalid
_ERRORS = """ _ERRORS = """
44:22: Calling gil-requiring function not allowed without gil 44:22: Calling gil-requiring function not allowed without gil
45:24: Calling gil-requiring function not allowed without gil 45:24: Calling gil-requiring function not allowed without gil
49:0: Python functions cannot be declared 'nogil' 48:0: Python functions cannot be declared 'nogil'
""" """
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