aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-10-22 20:34:27 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2009-10-22 20:34:27 +0000
commit79162ce8caaf6d1f66666cdd52f677de812af47a (patch)
tree9f740b13370b1d1658e667cae766173bd1b3473e /test/Preprocessor
parent467b27b9a24bdc823218ad1ad0e37673b6cc1e83 (diff)
Disable Microsoft extensions to fix failure on Windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@84893 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor')
-rw-r--r--test/Preprocessor/macro_paste_bcpl_comment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_bcpl_comment.c b/test/Preprocessor/macro_paste_bcpl_comment.c
index 8bbee5dc2d..0637a87217 100644
--- a/test/Preprocessor/macro_paste_bcpl_comment.c
+++ b/test/Preprocessor/macro_paste_bcpl_comment.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -Eonly 2>&1 | grep error
+// RUN: clang-cc %s -Eonly -fms-extensions=0 2>&1 | grep error
#define COMM1 / ## /
COMM1