summaryrefslogtreecommitdiff
path: root/test/files/run/patmatnew.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2008-01-17 21:33:30 +0000
committerMartin Odersky <odersky@gmail.com>2008-01-17 21:33:30 +0000
commit18d3961cbe5e7fecdf3d314277ff34df393c4f09 (patch)
tree11f1777a3fc3ed747a0c4e31a4086cf00813069a /test/files/run/patmatnew.check
parentb9af696f62f556cec67d8e180aab841b4cf9ae00 (diff)
downloadscala-18d3961cbe5e7fecdf3d314277ff34df393c4f09.tar.gz
scala-18d3961cbe5e7fecdf3d314277ff34df393c4f09.tar.bz2
scala-18d3961cbe5e7fecdf3d314277ff34df393c4f09.zip
updated two check files
Diffstat (limited to 'test/files/run/patmatnew.check')
-rw-r--r--test/files/run/patmatnew.check14
1 files changed, 1 insertions, 13 deletions
diff --git a/test/files/run/patmatnew.check b/test/files/run/patmatnew.check
index a5ad998bc5..0747cddefb 100644
--- a/test/files/run/patmatnew.check
+++ b/test/files/run/patmatnew.check
@@ -1,14 +1,2 @@
-patmatnew.scala:526: warning: match is not exhaustive!
-
- def go(tok : Token) = tok.matching match {
- ^
-patmatnew.scala:595: warning: match is not exhaustive!
-
- (None:Option[Boolean]) match {
- ^
-patmatnew.scala:815: warning: match is not exhaustive!
-
- (EmptyTree: Tree) match {
- ^
warning: there were unchecked warnings; re-run with -unchecked for details
-four warnings found
+one warning found