summaryrefslogtreecommitdiff
path: root/test/files/cli/test2/Main.check.jikes
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-04-20 15:53:25 +0000
committermichelou <michelou@epfl.ch>2006-04-20 15:53:25 +0000
commitaec0da2eadadcdb5e0320db477cf699e6e94ac3e (patch)
tree472c32c739f08fb41647f8acf731f758ed06c7ef /test/files/cli/test2/Main.check.jikes
parent5fe735b785e0d57f574809ad29dbc52273875156 (diff)
downloadscala-aec0da2eadadcdb5e0320db477cf699e6e94ac3e.tar.gz
scala-aec0da2eadadcdb5e0320db477cf699e6e94ac3e.tar.bz2
scala-aec0da2eadadcdb5e0320db477cf699e6e94ac3e.zip
added CLI tests for Jikes and the J9 VM (IBM)
Diffstat (limited to 'test/files/cli/test2/Main.check.jikes')
-rw-r--r--test/files/cli/test2/Main.check.jikes9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/cli/test2/Main.check.jikes b/test/files/cli/test2/Main.check.jikes
new file mode 100644
index 0000000000..44131b22c2
--- /dev/null
+++ b/test/files/cli/test2/Main.check.jikes
@@ -0,0 +1,9 @@
+Error: "-dd" is an invalid option.
+use: jikes [options] [@files] file.java...
+For more help, try -help or -version.
+
+Found 1 semantic error compiling "files/cli/test2/Main.java":
+
+ 5. test1.Main.main(args);
+ ^---^
+*** Semantic Error: No accessible field named "test1" was found in type "test2.Main".