projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d0889
)
Disable test for Windows to fix Windows buildbots.
author
Richard Trieu
<rtrieu@google.com>
Fri, 12 Jan 2018 21:49:20 +0000
(21:49 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/clang/test/Modules/odr_hash-Friend.cpp
b/clang/test/Modules/odr_hash-Friend.cpp
index
408e7f3
..
d23ff47
100644
(file)
--- 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"