summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/run/t4625c.script1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/files/run/t4625c.script b/test/files/run/t4625c.script
index fa14f43950..16159208e0 100644
--- a/test/files/run/t4625c.script
+++ b/test/files/run/t4625c.script
@@ -1,5 +1,6 @@
val x = "value x"
+val y = "value y"
object Main extends App {
println(s"Test ran with $x.")