Fixed for running on Windows.

llvm-svn: 85854
This commit is contained in:
John Thompson 2009-11-03 02:36:47 +00:00
parent a21bc75d78
commit 616798c31f
1 changed files with 2 additions and 2 deletions

View 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
@ -112,7 +112,7 @@
// 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__