Testcase for 304
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 15 Oct 2009 07:18:37 +0000 (09:18 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 15 Oct 2009 07:18:37 +0000 (09:18 +0200)
tests/errors/typoT304.pyx [new file with mode: 0644]

diff --git a/tests/errors/typoT304.pyx b/tests/errors/typoT304.pyx
new file mode 100644 (file)
index 0000000..8dc4b06
--- /dev/null
@@ -0,0 +1,7 @@
+
+def f():
+    print assert sizeof(int) == sizof(short) == sizeof(long)
+
+_ERRORS = u"""
+3:10: Expected an identifier or literal
+"""