Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db97c48

Browse files
committedJan 24, 2019
Remove quote_*! macros and associated APIs
1 parent 6bba352 commit db97c48

Some content is hidden

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

60 files changed

+57
-2219
lines changed
 

‎src/bootstrap/builder.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -378,14 +378,11 @@ impl<'a> Builder<'a> {
378378
test::Debuginfo,
379379
test::UiFullDeps,
380380
test::RunPassFullDeps,
381-
test::RunFailFullDeps,
382381
test::Rustdoc,
383382
test::Pretty,
384383
test::RunPassPretty,
385384
test::RunFailPretty,
386385
test::RunPassValgrindPretty,
387-
test::RunPassFullDepsPretty,
388-
test::RunFailFullDepsPretty,
389386
test::Crate,
390387
test::CrateLibrustc,
391388
test::CrateRustdoc,

‎src/bootstrap/mk/Makefile.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ check-aux:
5353
src/test/run-fail/pretty \
5454
src/test/run-pass-valgrind/pretty \
5555
src/test/run-pass-fulldeps/pretty \
56-
src/test/run-fail-fulldeps/pretty \
5756
$(AUX_ARGS) \
5857
$(BOOTSTRAP_ARGS)
5958
check-bootstrap:

0 commit comments

Comments
 (0)
Please sign in to comment.