summaryrefslogtreecommitdiff
path: root/test/files/run/withIndex.check
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-07-27 11:57:45 +0000
committermichelou <michelou@epfl.ch>2007-07-27 11:57:45 +0000
commit9f95026c8e4956e6e154f7b7e2bfa6903cc37bc7 (patch)
tree2a2bb987dcd49cba9f75042f07a6fbab945ee773 /test/files/run/withIndex.check
parentdbcfaeb07efc3dee3d53bb293a8d62acda0901c8 (diff)
downloadscala-9f95026c8e4956e6e154f7b7e2bfa6903cc37bc7.tar.gz
scala-9f95026c8e4956e6e154f7b7e2bfa6903cc37bc7.tar.bz2
scala-9f95026c8e4956e6e154f7b7e2bfa6903cc37bc7.zip
update check files with -unchecked
Diffstat (limited to 'test/files/run/withIndex.check')
-rw-r--r--test/files/run/withIndex.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/withIndex.check b/test/files/run/withIndex.check
index 8fd779af86..e8060bb1d7 100644
--- a/test/files/run/withIndex.check
+++ b/test/files/run/withIndex.check
@@ -1,4 +1,4 @@
-warning: there were unchecked warnings; re-run with -Xunchecked for details
+warning: there were unchecked warnings; re-run with -unchecked for details
one warning found
List((a,0), (b,1), (c,2))
List((a,0), (b,1), (c,2))