]> granicus.if.org Git - clang/commitdiff
Drop -verify to get better diagnostics from failing buildbots. Plus, we don't need...
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Feb 2012 18:54:34 +0000 (18:54 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Feb 2012 18:54:34 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149613 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/cstd.m

index 8bd5c92cff140cb08f939e063f25fa62f7f77d32..d727236a2dc6691cef38f36ec900b82189e8367a 100644 (file)
@@ -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;