Commit c590e398 authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent 94bb7f6b
...@@ -11,7 +11,7 @@ def f(a): ...@@ -11,7 +11,7 @@ def f(a):
""" """
>>> f(1) >>> f(1)
Traceback (most recent call last): Traceback (most recent call last):
NameError: global name 'definitely_unknown_name' is not defined NameError: name 'definitely_unknown_name' is not defined
""" """
a = f a = f
a = definitely_unknown_name a = definitely_unknown_name
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