Author: aaronballman
Date: Sat Mar 10 16:52:10 2012
New Revision: 152516
URL: http://llvm.org/viewvc/llvm-project?rev=152516&view=rev
Log:
Updated the test so that it checks for ms-compatibility in addition to
ms-extensions.
Modified:
cfe/trunk/test/Preprocessor/predefined-macros.c
Modified: cfe/trunk/test/Preprocessor/predefined-macros.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Preprocessor/predefined-macros.c?rev=152516&r1=152515&r2=152516&view=diff
==============================================================================
--- cfe/trunk/test/Preprocessor/predefined-macros.c (original)
+++ cfe/trunk/test/Preprocessor/predefined-macros.c Sat Mar 10 16:52:10 2012
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits