[libFuzzer] Un-XFAIL msan.test on SystemZ

After https://reviews.llvm.org/D86382 it works.

Reviewed By: morehouse

Differential Revision: https://reviews.llvm.org/D86184
This commit is contained in:
Ilya Leoshkevich 2020-08-25 14:37:15 +02:00
parent ae366479e8
commit 151f603199
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
FIXME: Fails to find BINGO on s390x.
XFAIL: s390x
REQUIRES: msan
RUN: %msan_compiler %S/SimpleTestStdio.cpp -o %t
RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT