extended test case: coroutine.throw() while handling an exception already
[cython.git] / Cython / Shadow.py
index ff9c44d5071a4447bd0bb37d046964bc855a2474..e909a99031eeee29a0b52f6e711b25740b2d79da 100644 (file)
@@ -15,6 +15,9 @@ def locals(**arg_types):
 def test_assert_path_exists(path):
     return _empty_decorator
 
+def test_fail_if_path_exists(path):
+    return _empty_decorator
+
 class _EmptyDecoratorAndManager(object):
     def __call__(self, x):
         return x