@@ -334,7 +334,7 @@ impl<'a> Builder<'a> {
334
334
native:: Llvm , tool:: Rustfmt , tool:: Miri , native:: Lld ) ,
335
335
Kind :: Check => describe ! ( check:: Std , check:: Test , check:: Rustc , check:: CodegenBackend ,
336
336
check:: Rustdoc ) ,
337
- Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap /**/ , test:: Ui , test:: RunPass ,
337
+ Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap /*, test::Ui, test::RunPass,
338
338
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
339
339
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
340
340
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
@@ -349,7 +349,7 @@ impl<'a> Builder<'a> {
349
349
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
350
350
test::RustdocUi,
351
351
// Run run-make last, since these won't pass without make on Windows
352
- test:: RunMake /* */) ,
352
+ test::RunMake*/ ) ,
353
353
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
354
354
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
355
355
doc:: Standalone , doc:: Std , doc:: Test , doc:: WhitelistedRustc , doc:: Rustc ,
0 commit comments