summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/universal-binary.c
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-cov/universal-binary.c')
-rw-r--r--llvm/test/tools/llvm-cov/universal-binary.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/tools/llvm-cov/universal-binary.c b/llvm/test/tools/llvm-cov/universal-binary.c
index d2701ba8865..0d3eb4cfa56 100644
--- a/llvm/test/tools/llvm-cov/universal-binary.c
+++ b/llvm/test/tools/llvm-cov/universal-binary.c
@@ -5,8 +5,6 @@ int main(int argc, const char *argv[]) {}
// RUN: llvm-profdata merge %S/Inputs/universal-binary.proftext -o %t.profdata
// RUN: llvm-cov show %S/Inputs/universal-binary -instr-profile %t.profdata -filename-equivalence %s -arch x86_64 | FileCheck %s
-// RUN: llvm-cov export %S/Inputs/universal-binary -instr-profile %t.profdata -arch x86_64 2>&1 | FileCheck %S/Inputs/universal-binary.json
-
// RUN: not llvm-cov show %S/Inputs/universal-binary -instr-profile %t.profdata -filename-equivalence %s -arch i386 2>&1 | FileCheck --check-prefix=WRONG-ARCH %s
// WRONG-ARCH: Failed to load coverage
OpenPOWER on IntegriCloud