summaryrefslogtreecommitdiff
path: root/build-nsc.xml
diff options
context:
space:
mode:
authormoez <moez@epfl.ch>2005-06-29 17:25:05 +0000
committermoez <moez@epfl.ch>2005-06-29 17:25:05 +0000
commit6e9b46d532ecf8f7804193f92220f967ee846f73 (patch)
tree868cd4d1ba9b339b33275cc1eb6472cda146b532 /build-nsc.xml
parentb900a9491d15f40b0660fee52bbef32b616cf620 (diff)
downloadscala-6e9b46d532ecf8f7804193f92220f967ee846f73.tar.gz
scala-6e9b46d532ecf8f7804193f92220f967ee846f73.tar.bz2
scala-6e9b46d532ecf8f7804193f92220f967ee846f73.zip
typo
Diffstat (limited to 'build-nsc.xml')
-rw-r--r--build-nsc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-nsc.xml b/build-nsc.xml
index 8625897e18..771f01a33b 100644
--- a/build-nsc.xml
+++ b/build-nsc.xml
@@ -154,7 +154,7 @@
<echo>Compiling rest</echo>
<nsc srcdir="sources" destdir="${nsc_output_dir}"
classpath="sources:newsources:${tools_util_dir}:${nsc_output_dir}"
- nscArgs="-check:term;-Nscheck:transmatch;-debug" force="true">
+ nscArgs="-check:term;-check:transmatch;-debug" force="true">
<include name="scala/**/*.scala"/>
<include name="../newsources/**.scala"/>