Commit 497dcad6 authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent 86e1ec60
......@@ -5,6 +5,8 @@ __doc__ = """
def f():
cdef int bool, int1, int2
int1 = 0
int2 = 0
obj1 = 1
obj2 = 2
bool = obj1 == obj2
......
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