summaryrefslogtreecommitdiff
path: root/test/files/run/t7711-script-args.check
diff options
context:
space:
mode:
authorSom Snytt <som.snytt@gmail.com>2014-02-14 13:58:58 -0800
committerSom Snytt <som.snytt@gmail.com>2014-02-14 13:58:58 -0800
commit1dceb39bdf9d95e9f3f0887b643c7fcca6464f9e (patch)
tree8871b86d49a74c412efd90115fb1b659ae0a584f /test/files/run/t7711-script-args.check
parent37f822eb66dc18a2b3bfdaa672081b6f08ef5688 (diff)
downloadscala-1dceb39bdf9d95e9f3f0887b643c7fcca6464f9e.tar.gz
scala-1dceb39bdf9d95e9f3f0887b643c7fcca6464f9e.tar.bz2
scala-1dceb39bdf9d95e9f3f0887b643c7fcca6464f9e.zip
SI-7711 Test for args in script
Compiles with -Xlint to ensure there are no lurkers. Updates `ScriptTest` to pass args to the script. It's called `argv` partly as homage, partly because `args` is an `Array`.
Diffstat (limited to 'test/files/run/t7711-script-args.check')
-rw-r--r--test/files/run/t7711-script-args.check2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/files/run/t7711-script-args.check b/test/files/run/t7711-script-args.check
new file mode 100644
index 0000000000..d107590a8a
--- /dev/null
+++ b/test/files/run/t7711-script-args.check
@@ -0,0 +1,2 @@
+Hello, scripted test!
+What good news have you for me today?