summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-02-21 15:00:55 +0100
committerJason Zaugg <jzaugg@gmail.com>2014-02-21 15:00:55 +0100
commitaf709cc0ec8ae7762eafcb5cd3aa260864e84c8c (patch)
tree381296a2516d2301b19418a1bd7b0cd9dd2ec3f6 /test/files/neg
parent0732822644a423baaa27000e03621a55755402fa (diff)
parent810db8540f259407decb4557aece0dfec4e58a03 (diff)
downloadscala-af709cc0ec8ae7762eafcb5cd3aa260864e84c8c.tar.gz
scala-af709cc0ec8ae7762eafcb5cd3aa260864e84c8c.tar.bz2
scala-af709cc0ec8ae7762eafcb5cd3aa260864e84c8c.zip
Merge pull request #3564 from adriaanm/t6675
SI-6675 deprecation warning for auto-tupling in patterns
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/t6675.flags2
-rw-r--r--test/files/neg/t6675b.flags2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t6675.flags b/test/files/neg/t6675.flags
index e93641e931..2843ea9efc 100644
--- a/test/files/neg/t6675.flags
+++ b/test/files/neg/t6675.flags
@@ -1 +1 @@
--Xlint -Xfatal-warnings \ No newline at end of file
+-deprecation -Xlint -Xfatal-warnings \ No newline at end of file
diff --git a/test/files/neg/t6675b.flags b/test/files/neg/t6675b.flags
index 1008b0a70c..2fcfa0cddb 100644
--- a/test/files/neg/t6675b.flags
+++ b/test/files/neg/t6675b.flags
@@ -1 +1 @@
--Xlint
+-deprecation -Xlint