projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4282e6d
)
Remove no-longer-invalid inner def test (se_conddef).
author
Craig Citro
<craigcitro@gmail.com>
Thu, 7 Jan 2010 19:03:10 +0000
(11:03 -0800)
committer
Craig Citro
<craigcitro@gmail.com>
Thu, 7 Jan 2010 19:03:10 +0000
(11:03 -0800)
tests/errors/se_conddef.pyx
[deleted file]
patch
|
blob
|
history
diff --git
a/tests/errors/se_conddef.pyx
b/tests/errors/se_conddef.pyx
deleted file mode 100644
(file)
index
62079fd
..0000000
--- a/
tests/errors/se_conddef.pyx
+++ /dev/null
@@
-1,6
+0,0 @@
-if x:
- def h():
- pass
-_ERRORS = u"""
-2:1: def statement not allowed here
-"""