Commit 9c44f22f authored by Stefan Behnel's avatar Stefan Behnel

test fix

parent e6eca3b4
......@@ -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)
......
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