summaryrefslogtreecommitdiff
path: root/tests/errors/nogil.pyx
diff options
context:
space:
mode:
authorRobert Bradshaw <robertwb@math.washington.edu>2009-03-25 23:22:43 -0700
committerRobert Bradshaw <robertwb@math.washington.edu>2009-03-25 23:22:43 -0700
commit35b604db37e796d6656410165b21b3cc0ccb1ad4 (patch)
treed671394e760774357e6a3abc0f396c90fc83d92f /tests/errors/nogil.pyx
parentb5bfda6d8c16caa29f0c1e6e06ec3fddba76ed80 (diff)
downloadcython-35b604db37e796d6656410165b21b3cc0ccb1ad4.tar.gz
cleanup _ERRORS
Diffstat (limited to 'tests/errors/nogil.pyx')
-rw-r--r--tests/errors/nogil.pyx6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/errors/nogil.pyx b/tests/errors/nogil.pyx
index b6d5035e6..10a9fe7e7 100644
--- a/tests/errors/nogil.pyx
+++ b/tests/errors/nogil.pyx
@@ -78,9 +78,9 @@ cdef void t(C c) nogil:
_ERRORS = u"""
- 1: 5: Function with Python return type cannot be declared nogil
- 6: 6: Assignment of Python object not allowed without gil
- 4: 5: Function declared nogil has Python locals or temporaries
+1: 5: Function with Python return type cannot be declared nogil
+6: 6: Assignment of Python object not allowed without gil
+4: 5: Function declared nogil has Python locals or temporaries
11: 5: Function with Python return type cannot be declared nogil
15: 5: Calling gil-requiring function without gil
24: 9: Calling gil-requiring function without gil