Skip to content
Snippets Groups Projects
Commit 5b92e474146f authored by Kurt Smith's avatar Kurt Smith
Browse files

MemoryViewTypeNode -> MemoryViewSliceTypeNode name change in testcase.

parent ae3e569853f5
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
def test_basic(self):
t = self.parse(u"cdef int[:] x")
memv_node = t.stats[0].base_type
self.assert_(isinstance(memv_node, MemoryViewTypeNode))
self.assert_(isinstance(memv_node, MemoryViewSliceTypeNode))
# we also test other similar declarations (buffers, anonymous C arrays)
# since the parsing has to distinguish between them.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment