diff options
Diffstat (limited to 'test/CoverageMapping/macroception.c')
-rw-r--r-- | test/CoverageMapping/macroception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CoverageMapping/macroception.c b/test/CoverageMapping/macroception.c index bde38ff77321..784874164187 100644 --- a/test/CoverageMapping/macroception.c +++ b/test/CoverageMapping/macroception.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroception.c %s | FileCheck %s +// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroception.c %s | FileCheck %s #define M2 { #define M1 M2 |