tests: move all proc_macro tests from -fulldeps.
This commit is contained in:
parent
d3ab4a74ef
commit
fcca22cb40
234 changed files with 1 additions and 54 deletions
|
|
@ -390,7 +390,6 @@ impl<'a> Builder<'a> {
|
|||
test::RunPassFullDeps,
|
||||
test::RunFailFullDeps,
|
||||
test::CompileFailFullDeps,
|
||||
test::IncrementalFullDeps,
|
||||
test::Rustdoc,
|
||||
test::Pretty,
|
||||
test::RunPassPretty,
|
||||
|
|
|
|||
|
|
@ -839,12 +839,6 @@ host_test!(CompileFailFullDeps {
|
|||
suite: "compile-fail-fulldeps"
|
||||
});
|
||||
|
||||
host_test!(IncrementalFullDeps {
|
||||
path: "src/test/incremental-fulldeps",
|
||||
mode: "incremental",
|
||||
suite: "incremental-fulldeps"
|
||||
});
|
||||
|
||||
host_test!(Rustdoc {
|
||||
path: "src/test/rustdoc",
|
||||
mode: "rustdoc",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
-include ../tools.mk
|
||||
-include ../../run-make-fulldeps/tools.mk
|
||||
|
||||
all:
|
||||
$(RUSTC) foo.rs
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue