aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-07-11 21:58:47 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-07-11 21:58:47 +0000
commit95b59eae3532902753d1a588953c7dfcc1ef698d (patch)
treec7da8a6f04d0e242bb4244a44c08287416cf58f7
parentd0c13585b64bbd24463e938d6451722f068f8b86 (diff)
Reenable test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134928 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Preprocessor/warn-macro-unused.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Preprocessor/warn-macro-unused.c b/test/Preprocessor/warn-macro-unused.c
index 0815f331d9..c33aeb5df9 100644
--- a/test/Preprocessor/warn-macro-unused.c
+++ b/test/Preprocessor/warn-macro-unused.c
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 %s -Wunused-macros -Dfoo -Dfoo -verify
-// XFAIL: *
#include "warn-macro-unused.h"