From: Dag Sverre Seljebotn Date: Thu, 18 Sep 2008 09:45:16 +0000 (+0200) Subject: Test case for #48. X-Git-Tag: 0.9.9.2.beta~95^2~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2712069ec09278b0c7ebbf216a6a99757420dc10;p=cython.git Test case for #48. --- 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