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, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-cov/universal-binary.c b/llvm/test/tools/llvm-cov/universal-binary.c
index d2701ba8865..b398d3950cd 100644
--- a/llvm/test/tools/llvm-cov/universal-binary.c
+++ b/llvm/test/tools/llvm-cov/universal-binary.c
@@ -1,6 +1,6 @@
// The coverage reader should be able to handle universal binaries
-// CHECK: 100| [[@LINE+1]]|int main
+// CHECK: [[@LINE+1]]| 100|int main
int main(int argc, const char *argv[]) {}
// RUN: llvm-profdata merge %S/Inputs/universal-binary.proftext -o %t.profdata
OpenPOWER on IntegriCloud