test fix
authorStefan Behnel <scoder@users.berlios.de>
Fri, 12 Dec 2008 22:03:50 +0000 (23:03 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 12 Dec 2008 22:03:50 +0000 (23:03 +0100)
tests/errors/nogil.pyx

index f22b98dd5406e14f110ac4b0ec32cdc9c3ed2f5b..b6d5035e663bf65558516f3000189c9414930ed0 100644 (file)
@@ -81,7 +81,6 @@ _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
- 8: 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