diff options
| author | Douglas Gregor <dgregor@apple.com> | 2012-02-02 18:54:34 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2012-02-02 18:54:34 +0000 |
| commit | 510340fdc2c970b9812494a92ab46023ff5fdc33 (patch) | |
| tree | e47fe04c99c74cd4331d13ad9aa279b0c4b8e3f8 /clang/test/Modules | |
| parent | f61f60d97afcce3f372ef880565768ee92cbdfc8 (diff) | |
| download | bcm5719-llvm-510340fdc2c970b9812494a92ab46023ff5fdc33.tar.gz bcm5719-llvm-510340fdc2c970b9812494a92ab46023ff5fdc33.zip | |
Drop -verify to get better diagnostics from failing buildbots. Plus, we don't need it here
llvm-svn: 149613
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/cstd.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/cstd.m b/clang/test/Modules/cstd.m index 8bd5c92cff1..d727236a2dc 100644 --- a/clang/test/Modules/cstd.m +++ b/clang/test/Modules/cstd.m @@ -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; |

