From 526fb05c0aeaf13925fbaf27cd30dcd2b68d19ab Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Fri, 12 Jan 2018 21:49:20 +0000 Subject: Disable test for Windows to fix Windows buildbots. llvm-svn: 322405 --- clang/test/Modules/odr_hash-Friend.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'clang/test/Modules/odr_hash-Friend.cpp') 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" -- cgit v1.2.3