From aec0da2eadadcdb5e0320db477cf699e6e94ac3e Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 20 Apr 2006 15:53:25 +0000 Subject: added CLI tests for Jikes and the J9 VM (IBM) --- test/files/cli/test2/Main.check.jikes | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/files/cli/test2/Main.check.jikes (limited to 'test/files/cli/test2/Main.check.jikes') 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". -- cgit v1.2.3