test fix
authorStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 10:36:19 +0000 (11:36 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 8 Dec 2009 10:36:19 +0000 (11:36 +0100)
tests/run/type_inference.pyx

index dd899fdf09ffb8b48e4c90b3d26285f61df2d225..60ce1e27d572cb1c92a28554cf11e48f9b8ec133 100644 (file)
@@ -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)