summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-11-02 13:16:36 +0000
committermichelou <michelou@epfl.ch>2007-11-02 13:16:36 +0000
commitb9d874ba4ea8952f852810abd57d6742d53030ce (patch)
tree088e133f05682e5dfaae397962a02769c0bafae5 /test/files
parent3a4750825e3b3992adcddd4666f264d508e21f7a (diff)
downloadscala-b9d874ba4ea8952f852810abd57d6742d53030ce.tar.gz
scala-b9d874ba4ea8952f852810abd57d6742d53030ce.tar.bz2
scala-b9d874ba4ea8952f852810abd57d6742d53030ce.zip
added missing override modifier (msil)
Diffstat (limited to 'test/files')
-rwxr-xr-xtest/files/script/second.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/script/second.scala b/test/files/script/second.scala
index cd7a1c5342..48b8d73815 100755
--- a/test/files/script/second.scala
+++ b/test/files/script/second.scala
@@ -1,3 +1,3 @@
#!/bin/sh
-scala -e 'println("My second argument is " + args(1))' arg1 arg2
+scala -nocompdaemon -e 'println("My second argument is " + args(1))' arg1 arg2