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/test1/Main.check.javac5 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 test/files/cli/test1/Main.check.javac5 (limited to 'test/files/cli/test1/Main.check.javac5') diff --git a/test/files/cli/test1/Main.check.javac5 b/test/files/cli/test1/Main.check.javac5 new file mode 100644 index 0000000000..0cb29d31ff --- /dev/null +++ b/test/files/cli/test1/Main.check.javac5 @@ -0,0 +1,24 @@ +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 + -cp 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 + -endorseddirs Override location of endorsed standards path + -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 + -version Version information + -help Print a synopsis of standard options + -X Print a synopsis of nonstandard options + -J Pass directly to the runtime system + -- cgit v1.2.3