summaryrefslogtreecommitdiff
path: root/tests/errors/nogil.pyx
diff options
context:
space:
mode:
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>2009-03-29 17:48:29 +0200
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>2009-03-29 17:48:29 +0200
commit1b78c83cbf3993b3aab8b010b7226362d2187517 (patch)
treecc64ee8520d3551a0d16c59a02014918144967fb /tests/errors/nogil.pyx
parent7fa1a3b4309478cc1e1aedcbc0db480f1b2bf20b (diff)
parent139823edbd20a9e9e7bc98ee8438df92db9c0b3d (diff)
downloadcython-1b78c83cbf3993b3aab8b010b7226362d2187517.tar.gz
merge
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 04feaa2d9..e3a5b6d3d 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 not allowed without gil
24: 9: Calling gil-requiring function not allowed without gil