Try to get useful diagnostics out of the failing MSVC builders

llvm-svn: 149212
This commit is contained in:
Douglas Gregor 2012-01-29 23:24:52 +00:00
parent 8152731254
commit 8277797e3d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t -Xclang -verify %s
// RUN: %clang -fsyntax-only -fmodules -fmodule-cache-path %t %s
@import __compiler_builtins.float_constants;
@ -9,4 +9,4 @@ float getFltMax() { return FLT_MAX; }
char getCharMax() { return CHAR_MAX; }
size_t size; // expected-error{{unknown type name 'size_t'}}
//size_t size; // expected-error{{unknown type name 'size_t'}}