Skip to content

Commit

Permalink
[Coverage] fix failed test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZequanWu committed Jul 22, 2020
1 parent c6cb726 commit 3930c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/test/CoverageMapping/includehell.cpp
@@ -1,5 +1,5 @@
// RUN: %strip_comments > %t.stripped.cpp
// RUN: %clang_cc1 -I/%S -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name includehell.cpp %t.stripped.cpp > %tmapping
// RUN: %clang_cc1 -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name includehell.cpp %s > %tmapping

int main() {
int x = 0;

Expand Down

0 comments on commit 3930c4e

Please sign in to comment.