From: Raymond Hettinger Date: Tue, 15 Jul 2003 21:03:13 +0000 (+0000) Subject: Fixed test and converted to unittest format. X-Git-Tag: v2.3c1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=19db13bcc793aa5c9e818f7cbd2869ea0ea3a4bc;p=python Fixed test and converted to unittest format. Checking // would call floor division but did not test that true division had become the default with 'from __future__ import division'. --- diff --git a/Lib/test/output/test_future b/Lib/test/output/test_future index 127517d071..4631489a88 100644 --- a/Lib/test/output/test_future +++ b/Lib/test/output/test_future @@ -1,7 +1,6 @@ test_future 6 6 -2 SyntaxError badsyntax_future3 3 SyntaxError badsyntax_future4 3 SyntaxError badsyntax_future5 4