From e15c71fc4dd2c2f4435e73d2351a2197a8c4900c Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Tue, 5 Aug 2008 18:57:42 +0200 Subject: [PATCH] Removed obsolete unit test --- Cython/Compiler/Tests/TestBuffer.py | 4 ---- 1 file changed, 4 deletions(-) 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") -- 2.26.2