projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6eca3b
)
test fix
author
Stefan Behnel
<scoder@users.berlios.de>
Tue, 8 Dec 2009 10:36:19 +0000
(11:36 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Tue, 8 Dec 2009 10:36:19 +0000
(11:36 +0100)
tests/run/type_inference.pyx
patch
|
blob
|
history
diff --git
a/tests/run/type_inference.pyx
b/tests/run/type_inference.pyx
index dd899fdf09ffb8b48e4c90b3d26285f61df2d225..60ce1e27d572cb1c92a28554cf11e48f9b8ec133 100644
(file)
--- a/
tests/run/type_inference.pyx
+++ b/
tests/run/type_inference.pyx
@@
-211,7
+211,7
@@
def safe_only():
a = 1.0
assert typeof(a) == "double", typeof(c)
b = 1
- assert typeof(b) == "Python object", typeof(
c
)
+ assert typeof(b) == "Python object", typeof(
b
)
c = MyType()
assert typeof(c) == "MyType", typeof(c)