Fix test case syntax error
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 7 Jun 2008 09:58:04 +0000 (11:58 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 7 Jun 2008 09:58:04 +0000 (11:58 +0200)
tests/run/big_indices.pyx

index 7a787912f987e97273d5ff39d5aab2aa4b934b1a..2f368afb8a929689e9a645e8ad75091e7c89b207 100644 (file)
@@ -13,7 +13,7 @@ def test():
     cdef unsigned long pos = -2 # will be a large positive number
 
     print "neg", neg > 0
-    print "pos", pos > -
+    print "pos", pos > 0
 
     D = { neg: 'neg', pos: 'pos' }