summaryrefslogtreecommitdiff
path: root/test/files/neg
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-12-28 09:23:43 +0100
committerEugene Burmako <xeno.by@gmail.com>2013-01-31 11:55:03 +0100
commit4b39be4b9ce9f93f210994906da814219a64fce1 (patch)
treef98172c790dbc3bd661d9ad9703c47b0ff23ae45 /test/files/neg
parentced74110348d550c3870ac76ef067b151e97b237 (diff)
downloadscala-4b39be4b9ce9f93f210994906da814219a64fce1.tar.gz
scala-4b39be4b9ce9f93f210994906da814219a64fce1.tar.bz2
scala-4b39be4b9ce9f93f210994906da814219a64fce1.zip
changes the flags to not depend on partest
Due to some reason, partest always enables -deprecation. Since Paul has just submitted a pull request, which removes this behavior, I'm updating the flags to make sure this test works even after Paul's change. Backport from https://github.com/scala/scala/pull/1807 Original commit is https://github.com/scala/scala/commit/2015ad3ebd833225e93ed19604760a6da2522bb1
Diffstat (limited to 'test/files/neg')
-rw-r--r--test/files/neg/macro-false-deprecation-warning.flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/macro-false-deprecation-warning.flags b/test/files/neg/macro-false-deprecation-warning.flags
index cd66464f2f..59af162db6 100644
--- a/test/files/neg/macro-false-deprecation-warning.flags
+++ b/test/files/neg/macro-false-deprecation-warning.flags
@@ -1 +1 @@
--language:experimental.macros \ No newline at end of file
+-language:experimental.macros -deprecation \ No newline at end of file