diff options
author | Douglas Gregor <dgregor@apple.com> | 2012-02-02 19:30:09 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2012-02-02 19:30:09 +0000 |
commit | 0d3b87cd3a644a71e2e7bb28f32bfc6d5cdb9747 (patch) | |
tree | 27dc9e937caf8aa5bf38b53476042a6fc5d4b42f | |
parent | e23518342e326e3d6e9139f05384f030e2a94d4a (diff) |
Yet more data from failing buildbots...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149624 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Modules/cstd.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/cstd.m b/test/Modules/cstd.m index d727236a2d..adef66b45b 100644 --- a/test/Modules/cstd.m +++ b/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 -Werror=implicit-function-declaration %s +// RUN: %clang -fsyntax-only -v -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; |