Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 91d0494

Browse files
committed
Update comment in compiletest
1 parent 79331b2 commit 91d0494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/compiletest/src/runtest/run_make.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ impl TestCx<'_> {
174174
// For `run-make` V2, we need to perform 2 steps to build and run a `run-make` V2 recipe
175175
// (`rmake.rs`) to run the actual tests. The support library is already built as a tool rust
176176
// library and is available under
177-
// `build/$TARGET/stage0-bootstrap-tools/$HOST/release/librun_make_support.rlib`.
177+
// `build/$HOST/stage0-bootstrap-tools/$TARGET/release/librun_make_support.rlib`.
178178
//
179179
// 1. We need to build the recipe `rmake.rs` as a binary and link in the `run_make_support`
180180
// library.

0 commit comments

Comments
 (0)