summaryrefslogtreecommitdiff
path: root/test/files
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2013-05-16 17:45:25 -0700
committerAdriaan Moors <adriaan.moors@typesafe.com>2013-05-16 17:45:25 -0700
commit13b4628aabb8e7a293a382dcab6db5848f672f94 (patch)
treea2a4ee9a1c33d3629a392fedab426427fae53b89 /test/files
parent1f4a52b4ed9457863e00fe16d18705b6c6cd5db9 (diff)
parent135cfa88814ea5391c50bdeb2b2aaadfebd6da67 (diff)
downloadscala-13b4628aabb8e7a293a382dcab6db5848f672f94.tar.gz
scala-13b4628aabb8e7a293a382dcab6db5848f672f94.tar.bz2
scala-13b4628aabb8e7a293a382dcab6db5848f672f94.zip
Merge pull request #2519 from som-snytt/issue/regex-revert
SI-6406 Restore deprecated API
Diffstat (limited to 'test/files')
-rw-r--r--test/files/neg/t6406-regextract.check9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/files/neg/t6406-regextract.check b/test/files/neg/t6406-regextract.check
index 4fea66f760..19425a68b0 100644
--- a/test/files/neg/t6406-regextract.check
+++ b/test/files/neg/t6406-regextract.check
@@ -1,7 +1,6 @@
-t6406-regextract.scala:4: error: cannot resolve overloaded unapply
+t6406-regextract.scala:4: warning: method unapplySeq in class Regex is deprecated: Extracting a match result from anything but a CharSequence or Match is deprecated
List(1) collect { case r(i) => i }
^
-t6406-regextract.scala:4: error: not found: value i
- List(1) collect { case r(i) => i }
- ^
-two errors found
+error: No warnings can be incurred under -Xfatal-warnings.
+one warning found
+one error found