Skip to content

Commit

Permalink
Auto merge of #11534 - weihanglo:fix-nightly-plugins-tests, r=ehuss
Browse files Browse the repository at this point in the history
test: revive nightly plugin tests to work
  • Loading branch information
bors committed Jan 4, 2023
2 parents cd79212 + 90d5e6a commit 8c460b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testsuite/plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ fn panic_abort_plugins() {
r#"
#![feature(rustc_private)]
extern crate rustc_ast;
extern crate rustc_driver;
"#,
)
.build();
Expand Down Expand Up @@ -408,6 +409,7 @@ fn shared_panic_abort_plugins() {
r#"
#![feature(rustc_private)]
extern crate rustc_ast;
extern crate rustc_driver;
extern crate baz;
"#,
)
Expand Down

0 comments on commit 8c460b2

Please sign in to comment.