summaryrefslogtreecommitdiff
path: root/test/files/run/t4625c.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4625c.check')
-rw-r--r--test/files/run/t4625c.check3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/files/run/t4625c.check b/test/files/run/t4625c.check
new file mode 100644
index 0000000000..6acb1710b9
--- /dev/null
+++ b/test/files/run/t4625c.check
@@ -0,0 +1,3 @@
+newSource1.scala:2: warning: Script has a main object but statement is disallowed
+val x = "value x"
+ ^