Skip to content

Commit 8c460b2

Browse files
committed
Auto merge of #11534 - weihanglo:fix-nightly-plugins-tests, r=ehuss
test: revive nightly plugin tests to work
2 parents cd79212 + 90d5e6a commit 8c460b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/testsuite/plugins.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ fn panic_abort_plugins() {
361361
r#"
362362
#![feature(rustc_private)]
363363
extern crate rustc_ast;
364+
extern crate rustc_driver;
364365
"#,
365366
)
366367
.build();
@@ -408,6 +409,7 @@ fn shared_panic_abort_plugins() {
408409
r#"
409410
#![feature(rustc_private)]
410411
extern crate rustc_ast;
412+
extern crate rustc_driver;
411413
extern crate baz;
412414
"#,
413415
)

0 commit comments

Comments
 (0)