Remove no-longer-invalid inner def test (se_conddef).
authorCraig Citro <craigcitro@gmail.com>
Thu, 7 Jan 2010 19:03:10 +0000 (11:03 -0800)
committerCraig Citro <craigcitro@gmail.com>
Thu, 7 Jan 2010 19:03:10 +0000 (11:03 -0800)
tests/errors/se_conddef.pyx [deleted file]

diff --git a/tests/errors/se_conddef.pyx b/tests/errors/se_conddef.pyx
deleted file mode 100644 (file)
index 62079fd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-if x:
-       def h():
-               pass
-_ERRORS = u"""
-2:1: def statement not allowed here
-"""