From: Robert Bradshaw Date: Wed, 8 Oct 2008 07:06:59 +0000 (-0700) Subject: Move e_switch to tests. X-Git-Tag: 0.9.9.2.beta~56 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=820e12917a152c057bd11e7c58f7829018eb34f9;p=cython.git Move e_switch to tests. --HG-- rename : tests/broken/e_switch.pyx => tests/errors/e_switch.pyx --- diff --git a/tests/broken/e_switch.pyx b/tests/errors/e_switch.pyx similarity index 72% rename from tests/broken/e_switch.pyx rename to tests/errors/e_switch.pyx index 405fd010..9d0b4453 100644 --- a/tests/broken/e_switch.pyx +++ b/tests/errors/e_switch.pyx @@ -8,5 +8,5 @@ elif x == 4: print 34 _ERRORS = """ -4:23: undeclared name not builtin: NONEXISTING +3:19: undeclared name not builtin: NONEXISTING """