]> granicus.if.org Git - clang/commitdiff
Disable test for Windows to fix Windows buildbots.
authorRichard Trieu <rtrieu@google.com>
Fri, 12 Jan 2018 21:49:20 +0000 (21:49 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 12 Jan 2018 21:49:20 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@322405 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/odr_hash-Friend.cpp

index 408e7f36b066e8a0a0a31e0f4066cdfb02551d0e..d23ff47634ee1bc7474a07689984acc88ebcedb6 100644 (file)
@@ -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"