From 4b39be4b9ce9f93f210994906da814219a64fce1 Mon Sep 17 00:00:00 2001 From: Eugene Burmako Date: Fri, 28 Dec 2012 09:23:43 +0100 Subject: 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 --- test/files/neg/macro-false-deprecation-warning.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/macro-false-deprecation-warning.flags') 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 -- cgit v1.2.3