summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/_Pragma-in-macro-arg.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/_Pragma-in-macro-arg.c')
-rw-r--r--clang/test/Preprocessor/_Pragma-in-macro-arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/_Pragma-in-macro-arg.c b/clang/test/Preprocessor/_Pragma-in-macro-arg.c
index 99a33a9e1b3..2877bcb7bfe 100644
--- a/clang/test/Preprocessor/_Pragma-in-macro-arg.c
+++ b/clang/test/Preprocessor/_Pragma-in-macro-arg.c
@@ -15,7 +15,7 @@ B(_Pragma("clang diagnostic ignored \"-Wparentheses\""))
// This should be ignored..
INACTIVE(_Pragma("clang diagnostic ignored \"-Wconversion\""))
-#define IGNORE_CONV _Pragma("clang diagnostic ignored \"-Wconversion\"")
+#define IGNORE_CONV _Pragma("clang diagnostic ignored \"-Wconversion\"") _Pragma("clang diagnostic ignored \"-Wconversion\"")
// ..as should this.
INACTIVE(IGNORE_CONV)
OpenPOWER on IntegriCloud