From: Dag Sverre Seljebotn Date: Tue, 5 Aug 2008 16:57:42 +0000 (+0200) Subject: Removed obsolete unit test X-Git-Tag: 0.9.8.1~90 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e15c71fc4dd2c2f4435e73d2351a2197a8c4900c;p=cython.git Removed obsolete unit test --- diff --git a/Cython/Compiler/Tests/TestBuffer.py b/Cython/Compiler/Tests/TestBuffer.py index 5b924163..43f426ea 100644 --- a/Cython/Compiler/Tests/TestBuffer.py +++ b/Cython/Compiler/Tests/TestBuffer.py @@ -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")