@@ -311,7 +311,7 @@ impl<'a> Builder<'a> {
311
311
tool:: RustInstaller , tool:: Cargo , tool:: Rls , tool:: Rustdoc , tool:: Clippy ,
312
312
native:: Llvm , tool:: Rustfmt , tool:: Miri , native:: Lld ) ,
313
313
Kind :: Check => describe ! ( check:: Std , check:: Test , check:: Rustc , check:: CodegenBackend ) ,
314
- Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap /**/ , test:: Ui , test:: RunPass ,
314
+ Kind :: Test => describe ! ( test:: Tidy , test:: Bootstrap /*, test::Ui, test::RunPass,
315
315
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
316
316
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
317
317
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
@@ -326,7 +326,7 @@ impl<'a> Builder<'a> {
326
326
test::Rustfmt, test::Miri, test::Clippy, test::RustdocJS, test::RustdocTheme,
327
327
test::RustdocUi,
328
328
// Run run-make last, since these won't pass without make on Windows
329
- test:: RunMake /* */) ,
329
+ test::RunMake*/ ) ,
330
330
Kind :: Bench => describe ! ( test:: Crate , test:: CrateLibrustc ) ,
331
331
Kind :: Doc => describe ! ( doc:: UnstableBook , doc:: UnstableBookGen , doc:: TheBook ,
332
332
doc:: Standalone , doc:: Std , doc:: Test , doc:: WhitelistedRustc , doc:: Rustc ,
0 commit comments