From 820e12917a152c057bd11e7c58f7829018eb34f9 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Wed, 8 Oct 2008 00:06:59 -0700 Subject: [PATCH] Move e_switch to tests. --HG-- rename : tests/broken/e_switch.pyx => tests/errors/e_switch.pyx --- tests/{broken => errors}/e_switch.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/{broken => errors}/e_switch.pyx (72%) 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 """ -- 2.26.2