summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-12-28 09:23:43 +0100
committerEugene Burmako <xeno.by@gmail.com>2012-12-28 09:23:43 +0100
commit2015ad3ebd833225e93ed19604760a6da2522bb1 (patch)
tree9b005e08a539ed3766409cf160f722e4d191fc79 /test
parente5d34d70499504e085ddf957c1c818ffb63f4e8d (diff)
downloadscala-2015ad3ebd833225e93ed19604760a6da2522bb1.tar.gz
scala-2015ad3ebd833225e93ed19604760a6da2522bb1.tar.bz2
scala-2015ad3ebd833225e93ed19604760a6da2522bb1.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.
Diffstat (limited to 'test')
-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