diff options
Diffstat (limited to 'test/CoverageMapping/label.cpp')
| -rw-r--r-- | test/CoverageMapping/label.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CoverageMapping/label.cpp b/test/CoverageMapping/label.cpp index 52618f7c2e9e..1c5111a675a1 100644 --- a/test/CoverageMapping/label.cpp +++ b/test/CoverageMapping/label.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name label.cpp %s | FileCheck %s +// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name label.cpp %s | FileCheck %s // CHECK: func void func() { // CHECK-NEXT: File 0, [[@LINE]]:13 -> {{[0-9]+}}:2 = #0 |
