forked from OSchip/llvm-project
Add context to why test was disabled on Windows
test/Modules/odr_hash-Friend.cpp triggers an assertion in MicrosoftMangle.cpp This has been reported in PR35939 llvm-svn: 322593
This commit is contained in:
parent
0a6fde4895
commit
cc64266f53
|
@ -8,6 +8,7 @@
|
|||
// RUN: -fmodules-cache-path=%t/modules.cache \
|
||||
// RUN: -std=c++11 -x c++ %s -verify
|
||||
|
||||
// PR35939: MicrosoftMangle.cpp triggers an assertion failure on this test.
|
||||
// UNSUPPORTED: system-windows
|
||||
|
||||
// expected-no-diagnostics
|
||||
|
|
Loading…
Reference in New Issue