summaryrefslogtreecommitdiff
path: root/test/files/cli/test2/Main.check.javac
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-03-31 17:30:26 +0000
committermichelou <michelou@epfl.ch>2006-03-31 17:30:26 +0000
commit315ba402be1881e1c5ec812ffb14aa42c254e167 (patch)
tree13bf02be6ced91596bfcb37e320b3806a9611e72 /test/files/cli/test2/Main.check.javac
parentb178e4658b3066b3f2cb2210bc57af9e8de71868 (diff)
downloadscala-315ba402be1881e1c5ec812ffb14aa42c254e167.tar.gz
scala-315ba402be1881e1c5ec812ffb14aa42c254e167.tar.bz2
scala-315ba402be1881e1c5ec812ffb14aa42c254e167.zip
added more functionality to test/clitest
corrected bug in file scala/concurrent/pilib.scala
Diffstat (limited to 'test/files/cli/test2/Main.check.javac')
-rw-r--r--test/files/cli/test2/Main.check.javac27
1 files changed, 27 insertions, 0 deletions
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 <options> <source files>
+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 <path> Specify where to find user class files
+ -sourcepath <path> Specify where to find input source files
+ -bootclasspath <path> Override location of bootstrap class files
+ -extdirs <dirs> Override location of installed extensions
+ -d <directory> Specify where to place generated class files
+ -encoding <encoding> Specify character encoding used by source files
+ -source <release> Provide source compatibility with specified release
+ -target <release> 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