From 8277797e3dbaab79b3835cff8236e602e5229a3b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sun, 29 Jan 2012 23:24:52 +0000 Subject: Try to get useful diagnostics out of the failing MSVC builders llvm-svn: 149212 --- clang/test/Modules/compiler_builtins.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/test/Modules/compiler_builtins.m') diff --git a/clang/test/Modules/compiler_builtins.m b/clang/test/Modules/compiler_builtins.m index 52db15c24a0..5874722c6b8 100644 --- a/clang/test/Modules/compiler_builtins.m +++ b/clang/test/Modules/compiler_builtins.m @@ -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'}} -- cgit v1.2.3