Skip to content

Commit 71b7322

Browse files
committed
Fix comment: coverage-map tests compile to LLVM IR, not MIR
1 parent f83f796 commit 71b7322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2470,7 +2470,7 @@ impl<'test> TestCx<'test> {
24702470
}
24712471
CoverageMap => {
24722472
rustc.arg("-Cinstrument-coverage");
2473-
// These tests only compile to MIR, so they don't need the
2473+
// These tests only compile to LLVM IR, so they don't need the
24742474
// profiler runtime to be present.
24752475
rustc.arg("-Zno-profiler-runtime");
24762476
// Coverage mappings are sensitive to MIR optimizations, and

0 commit comments

Comments
 (0)