[cfe-commits] r149613 - /cfe/trunk/test/Modules/cstd.m
Douglas Gregor
dgregor at apple.com
Thu Feb 2 10:54:34 PST 2012
Author: dgregor
Date: Thu Feb 2 12:54:34 2012
New Revision: 149613
URL: http://llvm.org/viewvc/llvm-project?rev=149613&view=rev
Log:
Drop -verify to get better diagnostics from failing buildbots. Plus, we don't need it here
Modified:
cfe/trunk/test/Modules/cstd.m
Modified: cfe/trunk/test/Modules/cstd.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/cstd.m?rev=149613&r1=149612&r2=149613&view=diff
==============================================================================
--- cfe/trunk/test/Modules/cstd.m (original)
+++ cfe/trunk/test/Modules/cstd.m Thu Feb 2 12:54:34 2012
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System -fmodules -fmodule-cache-path %t -D__need_wint_t %s -Xclang -verify
+// RUN: %clang -fsyntax-only -isysroot %S/Inputs/System -fmodules -fmodule-cache-path %t -D__need_wint_t -Werror=implicit-function-declaration %s
// Supplied by compiler, but referenced from the "/usr/include" module map.
@import cstd.float_constants;
More information about the cfe-commits
mailing list