diff options
author | Richard Trieu <rtrieu@google.com> | 2018-01-12 21:49:20 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2018-01-12 21:49:20 +0000 |
commit | 526fb05c0aeaf13925fbaf27cd30dcd2b68d19ab (patch) | |
tree | 31ebdedde50a8bce467203c5c19c53a7db17eacd /clang | |
parent | 89d0889bf48bf703224e2cd9d4700d5e4ee2ce25 (diff) | |
download | bcm5719-llvm-526fb05c0aeaf13925fbaf27cd30dcd2b68d19ab.tar.gz bcm5719-llvm-526fb05c0aeaf13925fbaf27cd30dcd2b68d19ab.zip |
Disable test for Windows to fix Windows buildbots.
llvm-svn: 322405
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/Modules/odr_hash-Friend.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Modules/odr_hash-Friend.cpp b/clang/test/Modules/odr_hash-Friend.cpp index 408e7f36b06..d23ff47634e 100644 --- a/clang/test/Modules/odr_hash-Friend.cpp +++ b/clang/test/Modules/odr_hash-Friend.cpp @@ -8,6 +8,8 @@ // RUN: -fmodules-cache-path=%t/modules.cache \ // RUN: -std=c++11 -x c++ %s -verify +// UNSUPPORTED: windows + // expected-no-diagnostics #include "Box.h" |