From a78d745dbd1fbc3788bbbd11755c42c5d2b1d67a Mon Sep 17 00:00:00 2001 From: mihaylov Date: Thu, 2 Dec 2004 16:27:11 +0000 Subject: - Now works with the MSIL backend without modif... - Now works with the MSIL backend without modifications --- test/files/run/tailcalls.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'test/files') diff --git a/test/files/run/tailcalls.scala b/test/files/run/tailcalls.scala index 5646f17892..d849941f7c 100644 --- a/test/files/run/tailcalls.scala +++ b/test/files/run/tailcalls.scala @@ -218,7 +218,6 @@ object Test { n = 2 * n; } catch { case exception: StackOverflowError => stop = true - //case exception: System.StackOverflowException => stop = true } } 4 * n; -- cgit v1.2.3