From ca623645faee8ba8dc5d88da3b2faf0eceabc288 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Fri, 13 Jul 2007 09:48:44 +0000 Subject: Rolled back the change to trick the constant fo... Rolled back the change to trick the constant folder. --- test/files/run/exceptions-2.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/files/run/exceptions-2.scala') diff --git a/test/files/run/exceptions-2.scala b/test/files/run/exceptions-2.scala index e26b2e4a84..3802297d84 100644 --- a/test/files/run/exceptions-2.scala +++ b/test/files/run/exceptions-2.scala @@ -115,8 +115,7 @@ object Test { def withValue1: Unit = { val x = try { - var y = 10 - y + 10 } finally { Console.println("Oh, oh"); }; -- cgit v1.2.3