forked from OSchip/llvm-project
[NFC][sanitizer] Fix ppc -> powerpc64 in XFAIL
This commit is contained in:
parent
facdededca
commit
3f0c4bfc64
|
@ -9,7 +9,7 @@
|
|||
// UNSUPPORTED: lsan, ubsan, android
|
||||
|
||||
// FIXME: Investigate
|
||||
// XFAIL: ppc && tsan
|
||||
// XFAIL: powerpc64 && tsan
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue