Commit 027a0797 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fix #172

--HG--
rename : tests/bugs/ValueError_T172.pyx => tests/bugs/numpy_ValueError_T172.pyx
parent 025cc6d7
......@@ -320,7 +320,7 @@ class GlobalState(object):
def should_declare(self, cname, entry):
if cname in self.declared_cnames:
other = self.declared_cnames[cname]
assert entry.type == other.type
assert str(entry.type) == str(other.type)
assert entry.init == other.init
return False
else:
......
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