Commit e15c71fc authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Removed obsolete unit test

parent 7fdf5d61
......@@ -25,10 +25,6 @@ class TestBufferParsing(CythonTest):
# print bufnode.dump()
# should put more here...
def test_type_fail(self):
self.not_parseable("Expected: type",
u"cdef object[2] x")
def test_type_pos(self):
self.parse(u"cdef object[short unsigned int, 3] x")
......
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