As of r231908, the test I added in r231902 actually gets run - but I'd
checked in a stale version of the input so it didn't pass. Fix the
input and un-xfail the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231911
91177308-0d34-0410-b5e6-
96231b3b80d8
// The coverage reader should be able to handle universal binaries
-// CHECK: 100| [[@LINE+1]]| int main
+// CHECK: 100| [[@LINE+1]]|int main
int main(int argc, const char *argv[]) {}
// RUN: llvm-profdata merge %S/Inputs/universal-binary.proftext -o %t.profdata
// WRONG-ARCH: Failed to load coverage
// llvm-cov doesn't work on big endian yet
-// XFAIL: *
+// XFAIL: powerpc64-, s390x, mips-, mips64-, sparc