From 6d538af698b9b96bc18bfbe62173dca1c103aaca Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Fri, 12 Jan 2018 21:49:20 +0000 Subject: [PATCH] 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 --- test/Modules/odr_hash-Friend.cpp | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.50.1