summaryrefslogtreecommitdiff
path: root/test/files/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run')
-rw-r--r--test/files/run/tailcalls.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/tailcalls.scala b/test/files/run/tailcalls.scala
index cca9fb7fb8..f548bac7a2 100644
--- a/test/files/run/tailcalls.scala
+++ b/test/files/run/tailcalls.scala
@@ -79,6 +79,7 @@ sealed class Sealed {
object Test {
def check_success(name: String, def closure: Int, expected: Int): Unit = {
+ import java.lang.System;
System.out.print("test " + name);
try {
val actual: Int = closure;