summaryrefslogtreecommitdiff
path: root/test/files/run/t7198.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t7198.scala')
-rw-r--r--test/files/run/t7198.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/t7198.scala b/test/files/run/t7198.scala
new file mode 100644
index 0000000000..26e1d8805a
--- /dev/null
+++ b/test/files/run/t7198.scala
@@ -0,0 +1,9 @@
+/* spew a few lines
+ * filter: Over the moon
+ */
+object Test extends App {
+ Console println "The quick brown fox jumped"
+ Console println "Over the moon"
+ Console println "And ran away with the vixen."
+ Console println "Java HotSpot(TM) 64-Bit Server VM warning: Failed to reserve shared memory (errno = 28)."
+}