From 315ba402be1881e1c5ec812ffb14aa42c254e167 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 31 Mar 2006 17:30:26 +0000 Subject: added more functionality to test/clitest corrected bug in file scala/concurrent/pilib.scala --- test/files/cli/test2/Main.check.javac | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 test/files/cli/test2/Main.check.javac (limited to 'test/files/cli/test2/Main.check.javac') diff --git a/test/files/cli/test2/Main.check.javac b/test/files/cli/test2/Main.check.javac new file mode 100644 index 0000000000..c25714eabb --- /dev/null +++ b/test/files/cli/test2/Main.check.javac @@ -0,0 +1,27 @@ +javac: invalid flag: -dd +Usage: javac +where possible options include: + -g Generate all debugging info + -g:none Generate no debugging info + -g:{lines,vars,source} Generate only some debugging info + -nowarn Generate no warnings + -verbose Output messages about what the compiler is doing + -deprecation Output source locations where deprecated APIs are used + -classpath Specify where to find user class files + -sourcepath Specify where to find input source files + -bootclasspath Override location of bootstrap class files + -extdirs Override location of installed extensions + -d Specify where to place generated class files + -encoding Specify character encoding used by source files + -source Provide source compatibility with specified release + -target Generate class files for specific VM version + -help Print a synopsis of standard options + +files/cli/test2/Main.java:5: package test1 does not exist + test1.Main.main(args); + ^ +1 error +files/cli/test2/Main.java:5: package test1 does not exist + test1.Main.main(args); + ^ +1 error -- cgit v1.2.3