Move e_switch to tests.
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 8 Oct 2008 07:06:59 +0000 (00:06 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 8 Oct 2008 07:06:59 +0000 (00:06 -0700)
--HG--
rename : tests/broken/e_switch.pyx => tests/errors/e_switch.pyx

tests/errors/e_switch.pyx [moved from tests/broken/e_switch.pyx with 72% similarity]

similarity index 72%
rename from tests/broken/e_switch.pyx
rename to tests/errors/e_switch.pyx
index 405fd0109761d25e3274ab615111732b79c57733..9d0b4453d1b8f5da6ddfeb8e1a901edf85944a65 100644 (file)
@@ -8,5 +8,5 @@ elif x == 4:
     print 34
 
 _ERRORS = """
-4:23: undeclared name not builtin: NONEXISTING
+3:19: undeclared name not builtin: NONEXISTING
 """