Test case for #48.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 18 Sep 2008 09:45:16 +0000 (11:45 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 18 Sep 2008 09:45:16 +0000 (11:45 +0200)
tests/errors/invalid_cast.pyx [new file with mode: 0644]

diff --git a/tests/errors/invalid_cast.pyx b/tests/errors/invalid_cast.pyx
new file mode 100644 (file)
index 0000000..e0aa0be
--- /dev/null
@@ -0,0 +1,6 @@
+def f():
+    a = <foao>x
+
+_ERRORS = """
+2:13: Unknown type
+"""
\ No newline at end of file