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/badsyntax_future6.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 sys/lib/python/test/badsyntax_future6.py (limited to 'sys/lib/python/test/badsyntax_future6.py') diff --git a/sys/lib/python/test/badsyntax_future6.py b/sys/lib/python/test/badsyntax_future6.py deleted file mode 100644 index 5a8b55a02..000000000 --- a/sys/lib/python/test/badsyntax_future6.py +++ /dev/null @@ -1,10 +0,0 @@ -"""This is a test""" -"this isn't a doc string" -from __future__ import nested_scopes - -def f(x): - def g(y): - return x + y - return g - -result = f(2)(4) -- cgit v1.2.3