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)
llvm-svn: 322405

clang/test/Modules/odr_hash-Friend.cpp

index 408e7f3..d23ff47 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"