From 2712069ec09278b0c7ebbf216a6a99757420dc10 Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Thu, 18 Sep 2008 11:45:16 +0200 Subject: [PATCH] Test case for #48. --- tests/errors/invalid_cast.pyx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/errors/invalid_cast.pyx diff --git a/tests/errors/invalid_cast.pyx b/tests/errors/invalid_cast.pyx new file mode 100644 index 00000000..e0aa0be3 --- /dev/null +++ b/tests/errors/invalid_cast.pyx @@ -0,0 +1,6 @@ +def f(): + a = x + +_ERRORS = """ +2:13: Unknown type +""" \ No newline at end of file -- 2.26.2