summaryrefslogtreecommitdiffstats
path: root/test/Modules
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-01-29 23:24:52 +0000
committerDouglas Gregor <dgregor@apple.com>2012-01-29 23:24:52 +0000
commit0fcba567b93b4af6045d51ef28b22b029a03a010 (patch)
treeb9f4c73129db00a954f4d6ebb1ca5acda0ba688b /test/Modules
parente5c9e096a9e7171e8e97ab77610a71610e966f98 (diff)
Try to get useful diagnostics out of the failing MSVC builders
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r--test/Modules/compiler_builtins.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/compiler_builtins.m b/test/Modules/compiler_builtins.m
index 52db15c24a..5874722c6b 100644
--- a/test/Modules/compiler_builtins.m
+++ b/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'}}