]> granicus.if.org Git - clang/commitdiff
Try to get useful diagnostics out of the failing MSVC builders
authorDouglas Gregor <dgregor@apple.com>
Sun, 29 Jan 2012 23:24:52 +0000 (23:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 29 Jan 2012 23:24:52 +0000 (23:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149212 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/compiler_builtins.m

index 52db15c24a0830521506ae91ca3046e7ed80a4ed..5874722c6b85325a19728801578fc3c685e254fa 100644 (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'}}