diff options
Diffstat (limited to 'test/CoverageMapping/if.c')
| -rw-r--r-- | test/CoverageMapping/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CoverageMapping/if.c b/test/CoverageMapping/if.c index 73b230871675..69544f68cfe2 100644 --- a/test/CoverageMapping/if.c +++ b/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; |
