From 9dc0426d05b5aa36a8cd7acb998e00bbbe843dbc Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Tue, 20 Oct 2009 21:15:44 +0000 Subject: Updated remaining test case to reflect the slig... Updated remaining test case to reflect the slightly differing semantics of the Ordering fix. --- test/files/neg/checksensible.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/files/neg/checksensible.scala') diff --git a/test/files/neg/checksensible.scala b/test/files/neg/checksensible.scala index f895d09d0b..092c08592f 100644 --- a/test/files/neg/checksensible.scala +++ b/test/files/neg/checksensible.scala @@ -1,7 +1,5 @@ class Test { var c = 0 - println((c = 1) > 0) - println((c = 1) <= 0) println((c = 1) == 0) println(1 == "abc") -- cgit v1.2.3