Removed obsolete unit test
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 5 Aug 2008 16:57:42 +0000 (18:57 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 5 Aug 2008 16:57:42 +0000 (18:57 +0200)
Cython/Compiler/Tests/TestBuffer.py

index 5b9241636af48237ddc908537e725c50a37299bc..43f426ead5a2e84ae715b2d3a6d083d0a8001944 100644 (file)
@@ -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")