commit | 526fb05c0aeaf13925fbaf27cd30dcd2b68d19ab | [log] [tgz] |
---|---|---|
author | Richard Trieu <rtrieu@google.com> | Fri Jan 12 21:49:20 2018 +0000 |
committer | Richard Trieu <rtrieu@google.com> | Fri Jan 12 21:49:20 2018 +0000 |
tree | 31ebdedde50a8bce467203c5c19c53a7db17eacd | |
parent | 89d0889bf48bf703224e2cd9d4700d5e4ee2ce25 [diff] [blame] |
Disable test for Windows to fix Windows buildbots. llvm-svn: 322405
diff --git a/clang/test/Modules/odr_hash-Friend.cpp b/clang/test/Modules/odr_hash-Friend.cpp index 408e7f3..d23ff476 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"