From dfb3d6130c7b2f79762adc1f758373e0a1e1e0cb Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 13 Dec 2003 22:43:34 +0000 Subject: =?UTF-8?q?SF=20#736962,=20port=20test=5Ffuture=20to=20unittest,?= =?UTF-8?q?=20add=20a=20bit=20more=20coverage,=20by=20Walter=20D=C3=83?= =?UTF-8?q?=C2=B6rwald?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lib/test/badsyntax_future3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/badsyntax_future3.py') diff --git a/Lib/test/badsyntax_future3.py b/Lib/test/badsyntax_future3.py index 166628cc49..f1c8417eda 100644 --- a/Lib/test/badsyntax_future3.py +++ b/Lib/test/badsyntax_future3.py @@ -7,4 +7,4 @@ def f(x): return x + y return g -print f(2)(4) +result = f(2)(4) -- cgit v1.2.1