Skip to content

Commit

Permalink
test: revive nightly plugin tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 4, 2023
1 parent cd79212 commit 90d5e6a
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 90d5e6a

Please sign in to comment.