From 1bc457def3c449bbdb7880893c66940b6ceccb70 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Thu, 15 Oct 2009 09:18:37 +0200 Subject: [PATCH] Testcase for 304 --- tests/errors/typoT304.pyx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/errors/typoT304.pyx diff --git a/tests/errors/typoT304.pyx b/tests/errors/typoT304.pyx new file mode 100644 index 00000000..8dc4b062 --- /dev/null +++ b/tests/errors/typoT304.pyx @@ -0,0 +1,7 @@ + +def f(): + print assert sizeof(int) == sizof(short) == sizeof(long) + +_ERRORS = u""" +3:10: Expected an identifier or literal +""" -- 2.26.2