summaryrefslogtreecommitdiff
path: root/tests/functional/g/genexpr_variable_scope.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/g/genexpr_variable_scope.py')
-rw-r--r--tests/functional/g/genexpr_variable_scope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/g/genexpr_variable_scope.py b/tests/functional/g/genexpr_variable_scope.py
index a00d72d32..721038739 100644
--- a/tests/functional/g/genexpr_variable_scope.py
+++ b/tests/functional/g/genexpr_variable_scope.py
@@ -1,5 +1,5 @@
"""test name defined in generator expression are not available
outside the genexpr scope
"""
-from __future__ import print_function
+
print(n) # [undefined-variable]