summaryrefslogtreecommitdiff
path: root/test/attic/files/cli/test2/Main.check.javac6
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-12 16:25:56 -0800
committerPaul Phillips <paulp@improving.org>2012-12-12 16:25:56 -0800
commitd5ee322b733f106dba91c045790ad33f3ce4f1bc (patch)
tree290ef24b862d7f2238f494f641d8ba7d3a266ba6 /test/attic/files/cli/test2/Main.check.javac6
parent2d6ce2a10fd6e5627de586d616b8e7cb409d1417 (diff)
downloadscala-d5ee322b733f106dba91c045790ad33f3ce4f1bc.tar.gz
scala-d5ee322b733f106dba91c045790ad33f3ce4f1bc.tar.bz2
scala-d5ee322b733f106dba91c045790ad33f3ce4f1bc.zip
Removed some dead tests.
All attrition and no execution gives test a dull edge.
Diffstat (limited to 'test/attic/files/cli/test2/Main.check.javac6')
-rw-r--r--test/attic/files/cli/test2/Main.check.javac633
1 files changed, 0 insertions, 33 deletions
diff --git a/test/attic/files/cli/test2/Main.check.javac6 b/test/attic/files/cli/test2/Main.check.javac6
deleted file mode 100644
index 350d3253bc..0000000000
--- a/test/attic/files/cli/test2/Main.check.javac6
+++ /dev/null
@@ -1,33 +0,0 @@
-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 and annotation processors
- -cp <path> Specify where to find user class files and annotation processors
- -sourcepath <path> Specify where to find input source files
- -bootclasspath <path> Override location of bootstrap class files
- -extdirs <dirs> Override location of installed extensions
- -endorseddirs <dirs> Override location of endorsed standards path
- -proc:{none, only} Control whether annotation processing and/or compilation is done.
- -processor <class> Name of the annotation processor to run; bypasses default discovery process
- -processorpath <path> Specify where to find annotation processors
- -d <directory> Specify where to place generated class files
- -s <directory> Specify where to place generated source 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
- -version Version information
- -help Print a synopsis of standard options
- -A[key[=value]] Options to pass to annotation processors
- -X Print a synopsis of nonstandard options
- -J<flag> Pass <flag> directly to the runtime system
-
-files/cli/test2/Main.java:5: package test1 does not exist
- test1.Main.main(args);
- ^
-1 error