Commit ee517ea7 authored by Vitja Makarov's avatar Vitja Makarov

Remove with test

parent 69890b58
......@@ -54,12 +54,6 @@ def dict_comp(a):
def generic_args_call(*args, **kwargs):
return args, kwargs
# Disable for now
## def withctx(ctx):
## with ctx:
## pass
## with ctx as foo:
## print(foo)
_ERRORS = """
6:11: local variable 'a' referenced before assignment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment