summaryrefslogtreecommitdiff
path: root/test/files/cli/test1/Main.check.scalac
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-12-07 11:46:27 +0000
committermichelou <michelou@epfl.ch>2006-12-07 11:46:27 +0000
commita0f6d27d543a97b18d31a0a0c053233e1ba182a9 (patch)
treeade46e7ad1e625b55fff0c17885da4eb215ae604 /test/files/cli/test1/Main.check.scalac
parent8a193daf23e09aa2bac42a21f125e60962926247 (diff)
downloadscala-a0f6d27d543a97b18d31a0a0c053233e1ba182a9.tar.gz
scala-a0f6d27d543a97b18d31a0a0c053233e1ba182a9.tar.bz2
scala-a0f6d27d543a97b18d31a0a0c053233e1ba182a9.zip
updated check files for cli tests
Diffstat (limited to 'test/files/cli/test1/Main.check.scalac')
-rw-r--r--test/files/cli/test1/Main.check.scalac17
1 files changed, 13 insertions, 4 deletions
diff --git a/test/files/cli/test1/Main.check.scalac b/test/files/cli/test1/Main.check.scalac
index c1ef09b436..e90c2c5d03 100644
--- a/test/files/cli/test1/Main.check.scalac
+++ b/test/files/cli/test1/Main.check.scalac
@@ -1,9 +1,9 @@
-Scala compiler error: unknown option: '-dd'
+Scala compiler error: bad option: '-dd'
Scala compiler -help gives more information
Usage: scalac <options | source files>
where possible options include:
-doc Generate documentation
- -g Generate debugging info
+ -g:<g> Generate debugging info (none,source,line,vars,notc)
-nowarn Generate no warnings
-noassert Generate no assertions and assumptions
-verbose Output messages about what the compiler is doing
@@ -18,6 +18,8 @@ where possible options include:
-target:<target> Specify which backend to use (jvm-1.5,jvm-1.4,msil,cldc)
-migrate Assist in migrating from Scala version 1.0
-debug Output debugging messages
+ -deprecation enable detailed deprecation warnings
+ -unchecked enable detailed unchecked warnings
-statistics Print compiler statistics
-explaintypes Explain type errors in more detail
-resident Compiler stays resident, files to compile are read from standard input
@@ -37,14 +39,21 @@ where possible options include:
-log:<phase> Log operations in <phase>
-version Print product version and exit
-help Print a synopsis of standard options
+ -nouescape disables handling of \u unicode escapes
-Xinline Perform inlining when possible
-Xcloselim Perform closure elimination
-Xdce Perform dead code elimination
+ -XbytecodeRead Enable bytecode reader.
+ -Xdetach Perform detaching of remote closures
-Xshowcls <class> Show class info
-Xshowobj <object> Show object info
- -Xshowicode Print the generated ICode
- -Xgadt enable gadt for classes
-Xlinearizer:<Xlinearizer> Linearizer to use (normal,dfs,rpo,dump)
-Xgenerics Use generic Java types
+ -Xprintpos Print tree positions (as offsets)
+ -Xscript compile script file
+ -Xexperimental enable experimental extensions
+ -Xunapply enable unapply pattern matching
+ -Xplugtypes parse but ignore annotations in more locations
+ -Xkilloption optimizes option types
one error found