Skip to content

Commit 21e730d

Browse files
committed
cortex-m-rt: fix stale compile-fail expected error string
1 parent 4f36c10 commit 21e730d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cortex-m-rt/tests/compile-fail/interrupt-not-reexported.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ fn foo() -> ! {
1111
loop {}
1212
}
1313

14-
#[interrupt] //~ ERROR failed to resolve: use of unresolved module or unlinked crate `interrupt`
14+
#[interrupt] //~ ERROR cannot find module or crate `interrupt`
1515
fn USART1() {}

0 commit comments

Comments
 (0)