Skip to content

Commit

Permalink
Undo change in compiletest to run with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Aug 20, 2024
1 parent a79c9d6 commit 5a574f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/compiletest/src/runtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,7 @@ impl<'test> TestCx<'test> {
.arg("kani")
.arg("--target-dir")
.arg(self.output_base_dir().join("target"))
.current_dir(parent_dir)
.arg("--coverage")
.arg("-Zsource-coverage");
.current_dir(parent_dir);
if test {
cargo.arg("--tests");
}
Expand Down

0 comments on commit 5a574f7

Please sign in to comment.