From: Richard Trieu Date: Fri, 12 Jan 2018 21:49:20 +0000 (+0000) Subject: Disable test for Windows to fix Windows buildbots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d538af698b9b96bc18bfbe62173dca1c103aaca;p=clang Disable test for Windows to fix Windows buildbots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322405 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/odr_hash-Friend.cpp b/test/Modules/odr_hash-Friend.cpp index 408e7f36b0..d23ff47634 100644 --- a/test/Modules/odr_hash-Friend.cpp +++ b/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"