diff options
| author | Richard Trieu <rtrieu@google.com> | 2018-01-12 23:13:33 +0000 |
|---|---|---|
| committer | Richard Trieu <rtrieu@google.com> | 2018-01-12 23:13:33 +0000 |
| commit | 5923a6da05c42d309c24032770ba95890170d074 (patch) | |
| tree | 64826dd1a58502a48e640297f8bd922915c1b0d2 /clang/test/Modules | |
| parent | 75ced9d5b8e00b11d568a9d86fb66b67f6dac357 (diff) | |
| download | bcm5719-llvm-5923a6da05c42d309c24032770ba95890170d074.tar.gz bcm5719-llvm-5923a6da05c42d309c24032770ba95890170d074.zip | |
Try to suppress Windows testing again.
llvm-svn: 322420
Diffstat (limited to 'clang/test/Modules')
| -rw-r--r-- | clang/test/Modules/odr_hash-Friend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/odr_hash-Friend.cpp b/clang/test/Modules/odr_hash-Friend.cpp index d23ff47634e..5aafb3150cb 100644 --- a/clang/test/Modules/odr_hash-Friend.cpp +++ b/clang/test/Modules/odr_hash-Friend.cpp @@ -8,7 +8,7 @@ // RUN: -fmodules-cache-path=%t/modules.cache \ // RUN: -std=c++11 -x c++ %s -verify -// UNSUPPORTED: windows +// UNSUPPORTED: system-windows // expected-no-diagnostics |

