summaryrefslogtreecommitdiffstats
path: root/clang/test/CoverageMapping/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CoverageMapping/if.c')
-rw-r--r--clang/test/CoverageMapping/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CoverageMapping/if.c b/clang/test/CoverageMapping/if.c
index 73b23087167..69544f68cfe 100644
--- a/clang/test/CoverageMapping/if.c
+++ b/clang/test/CoverageMapping/if.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name if.c %s | FileCheck %s
+// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name if.c %s | FileCheck %s
int main() { // CHECK: File 0, [[@LINE]]:12 -> {{[0-9]+}}:2 = #0
int i = 0;
OpenPOWER on IntegriCloud