summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
Diffstat (limited to 'test/files')
-rw-r--r--test/files/run/tailcalls.scala1
1 files changed, 0 insertions, 1 deletions
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;