| changeset 1156: | 02eb1bab8afa |
|---|---|
| parent 1155: | 18c66117c5e8 |
| child 1157: | 075511424c24 |
| author: | Dag Sverre Seljebotn <dagss@student.matnat.uio.no> |
| date: | Thu Sep 18 11:45:16 2008 +0200 (3 months ago) |
| files: | tests/errors/invalid_cast.pyx |
| description: | Test case for #48. |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/errors/invalid_cast.pyx Thu Sep 18 11:45:16 2008 +0200 @@ -0,0 +1,6 @@ +def f(): + a = <foao>x + +_ERRORS = """ +2:13: Unknown type +""" \ No newline at end of file