diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-07-11 21:44:14 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-07-11 21:44:14 +0000 |
commit | df574f0ac2acf774a874752f6421f1f6f85cb2cc (patch) | |
tree | ccd6b6f0611fe87d7d138599c66dbffb894916c5 | |
parent | 1f8dcfca6c57606b9f4f96404642c02562289b83 (diff) |
Test is broken; XFAIL it until Argyrios gets a chance to look at it.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134925 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Preprocessor/warn-macro-unused.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Preprocessor/warn-macro-unused.c b/test/Preprocessor/warn-macro-unused.c index c33aeb5df9..0815f331d9 100644 --- a/test/Preprocessor/warn-macro-unused.c +++ b/test/Preprocessor/warn-macro-unused.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 %s -Wunused-macros -Dfoo -Dfoo -verify +// XFAIL: * #include "warn-macro-unused.h" |