summaryrefslogtreecommitdiff
path: root/test/files/run/t7634.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7634.scala')
-rw-r--r--test/files/run/t7634.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t7634.scala b/test/files/run/t7634.scala
index aeb6a5e671..9520931941 100644
--- a/test/files/run/t7634.scala
+++ b/test/files/run/t7634.scala
@@ -9,7 +9,7 @@ import scala.util.Properties.propOrElse
object Test extends ReplTest {
def java = propOrElse("javacmd", "java")
def code = s""":sh $java -classpath $testOutput hello.Hello
- |.lines""".stripMargin
+ |.lines.foreach(println)""".stripMargin
}
package hello {