Skip to content

Commit fcca22c

Browse files
committed
tests: move all proc_macro tests from -fulldeps.
1 parent d3ab4a7 commit fcca22c

File tree

234 files changed

+1
-54
lines changed

Some content is hidden

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

234 files changed

+1
-54
lines changed

src/bootstrap/builder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ impl<'a> Builder<'a> {
390390
test::RunPassFullDeps,
391391
test::RunFailFullDeps,
392392
test::CompileFailFullDeps,
393-
test::IncrementalFullDeps,
394393
test::Rustdoc,
395394
test::Pretty,
396395
test::RunPassPretty,

src/bootstrap/test.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -839,12 +839,6 @@ host_test!(CompileFailFullDeps {
839839
suite: "compile-fail-fulldeps"
840840
});
841841

842-
host_test!(IncrementalFullDeps {
843-
path: "src/test/incremental-fulldeps",
844-
mode: "incremental",
845-
suite: "incremental-fulldeps"
846-
});
847-
848842
host_test!(Rustdoc {
849843
path: "src/test/rustdoc",
850844
mode: "rustdoc",

0 commit comments

Comments
 (0)