]> granicus.if.org Git - clang/commitdiff
Fixed for running on Windows.
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 3 Nov 2009 02:36:47 +0000 (02:36 +0000)
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>
Tue, 3 Nov 2009 02:36:47 +0000 (02:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85854 91177308-0d34-0410-b5e6-96231b3b80d8

test/Preprocessor/init.c

index 907d3dd21721efd3be2966fe0bc0b829c15c43bd..800b7506f4c2d2e4040431819f0f799b66fb9f7e 100644 (file)
@@ -36,7 +36,7 @@
 // C99:#define __STRICT_ANSI__ 1
 //
 // 
-// RUN: clang-cc -E -dM < /dev/null | FileCheck -check-prefix COMMON %s &&
+// RUN: clang-cc -E -dM -fms-extensions=0 < /dev/null | FileCheck -check-prefix COMMON %s &&
 //
 // COMMON:#define __CONSTANT_CFSTRINGS__ 1
 // COMMON:#define __FINITE_MATH_ONLY__ 0
 // PASCAL:#define __PASCAL_STRINGS__ 1
 //
 // 
-// RUN: clang-cc -fsigned-char -E -dM < /dev/null | FileCheck -check-prefix SCHAR %s &&
+// RUN: clang-cc -fsigned-char -E -dM -fms-extensions=0 < /dev/null | FileCheck -check-prefix SCHAR %s &&
 // 
 // SCHAR:#define __STDC__ 1
 // SCHAR-NOT:#define __UNSIGNED_CHAR__