summaryrefslogtreecommitdiff
path: root/test/attic/files/cli/test3/Main.check.jikes
diff options
context:
space:
mode:
Diffstat (limited to 'test/attic/files/cli/test3/Main.check.jikes')
-rw-r--r--test/attic/files/cli/test3/Main.check.jikes14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/attic/files/cli/test3/Main.check.jikes b/test/attic/files/cli/test3/Main.check.jikes
new file mode 100644
index 0000000000..604333e81a
--- /dev/null
+++ b/test/attic/files/cli/test3/Main.check.jikes
@@ -0,0 +1,14 @@
+Error: "-dd" is an invalid option.
+use: jikes [options] [@files] file.java...
+For more help, try -help or -version.
+
+Found 2 semantic errors compiling "files/cli/test3/Main.java":
+
+ 6. test1.Main.main(args);
+ ^---^
+*** Semantic Error: No accessible field named "test1" was found in type "test3.Main".
+
+
+ 8. test2.Main.main(args);
+ ^---^
+*** Semantic Error: No accessible field named "test2" was found in type "test3.Main".