Skip to content

Commit b786f85

Browse files
committed
Fix plugin tests for latest nightly.
1 parent 62180bf commit b786f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testsuite/plugins.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ fn panic_abort_plugins() {
375375
"bar/src/lib.rs",
376376
r#"
377377
#![feature(rustc_private)]
378-
extern crate syntax;
378+
extern crate rustc_ast;
379379
"#,
380380
)
381381
.build();
@@ -427,7 +427,7 @@ fn shared_panic_abort_plugins() {
427427
"bar/src/lib.rs",
428428
r#"
429429
#![feature(rustc_private)]
430-
extern crate syntax;
430+
extern crate rustc_ast;
431431
extern crate baz;
432432
"#,
433433
)

0 commit comments

Comments
 (0)