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, 0 insertions, 14 deletions
diff --git a/test/attic/files/cli/test3/Main.check.jikes b/test/attic/files/cli/test3/Main.check.jikes
deleted file mode 100644
index 604333e81a..0000000000
--- a/test/attic/files/cli/test3/Main.check.jikes
+++ /dev/null
@@ -1,14 +0,0 @@
-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".