]> granicus.if.org Git - clang/commitdiff
Updated the test so that it checks for ms-compatibility in addition to ms-extensions.
authorAaron Ballman <aaron@aaronballman.com>
Sat, 10 Mar 2012 22:52:10 +0000 (22:52 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 10 Mar 2012 22:52:10 +0000 (22:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152516 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/predefined-macros.c

index 8ec4d7ecf67a679c3976e646d2f9a61cd405d5d2..5c11c3b7b2a30c9e1afd65a726e1f5112b938c16 100644 (file)
@@ -1,6 +1,6 @@
 // This test verifies that the correct macros are predefined.
 //
-// RUN: %clang_cc1 %s -E -dM -triple i686-pc-win32 -fms-extensions \
+// RUN: %clang_cc1 %s -E -dM -triple i686-pc-win32 -fms-extensions -fms-compatibility \
 // RUN:     -fmsc-version=1300 -o - | FileCheck %s --check-prefix=CHECK-MS
 // CHECK-MS: #define _INTEGRAL_MAX_BITS 64
 // CHECK-MS: #define _MSC_EXTENSIONS 1