Skip to content

Commit 6e63e8d

Browse files
committed
tests: move all proc_macro tests from -fulldeps.
1 parent 705de74 commit 6e63e8d

File tree

119 files changed

+1
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+1
-7
lines changed

src/bootstrap/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl<'a> Builder<'a> {
306306
test::CompileFail, test::ParseFail, test::RunFail, test::RunPassValgrind,
307307
test::MirOpt, test::Codegen, test::CodegenUnits, test::Incremental, test::Debuginfo,
308308
test::UiFullDeps, test::RunPassFullDeps, test::RunFailFullDeps,
309-
test::CompileFailFullDeps, test::IncrementalFullDeps, test::Rustdoc, test::Pretty,
309+
test::CompileFailFullDeps, test::Rustdoc, test::Pretty,
310310
test::RunPassPretty, test::RunFailPretty, test::RunPassValgrindPretty,
311311
test::RunPassFullDepsPretty, test::RunFailFullDepsPretty, test::RunMake,
312312
test::Crate, test::CrateLibrustc, test::CrateRustdoc, test::Linkcheck,

src/bootstrap/test.rs

-6
Original file line numberDiff line numberDiff line change
@@ -704,12 +704,6 @@ host_test!(CompileFailFullDeps {
704704
suite: "compile-fail-fulldeps"
705705
});
706706

707-
host_test!(IncrementalFullDeps {
708-
path: "src/test/incremental-fulldeps",
709-
mode: "incremental",
710-
suite: "incremental-fulldeps"
711-
});
712-
713707
host_test!(Rustdoc {
714708
path: "src/test/rustdoc",
715709
mode: "rustdoc",

0 commit comments

Comments
 (0)