Skip to content

Commit 0ab7842

Browse files
committed
js-doc-test has been renamed to rustdoc-js
1 parent d8a6409 commit 0ab7842

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ impl Step for Compiletest {
16401640

16411641
if builder.top_stage == 0
16421642
&& env::var("COMPILETEST_FORCE_STAGE0").is_err()
1643-
&& self.mode != "js-doc-test"
1643+
&& self.mode != "rustdoc-js"
16441644
{
16451645
eprintln!("\
16461646
ERROR: `--stage 0` runs compiletest on the beta compiler, not your local changes, and will almost always cause tests to fail

0 commit comments

Comments
 (0)