From b8436b026a90291ba26afa4f7a2700720b03339f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 4 May 2011 05:41:33 +0000 Subject: remove python test cases --- sys/lib/python/test/test_future1.py | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sys/lib/python/test/test_future1.py (limited to 'sys/lib/python/test/test_future1.py') diff --git a/sys/lib/python/test/test_future1.py b/sys/lib/python/test/test_future1.py deleted file mode 100644 index 297c2e087..000000000 --- a/sys/lib/python/test/test_future1.py +++ /dev/null @@ -1,11 +0,0 @@ -"""This is a test""" - -# Import the name nested_scopes twice to trigger SF bug #407394 (regression). -from __future__ import nested_scopes, nested_scopes - -def f(x): - def g(y): - return x + y - return g - -result = f(2)(4) -- cgit v1.2.3