Skip to content

Commit

Permalink
Fix compile-fail test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Jan 8, 2021
1 parent 7ac8f78 commit 4ee3d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m-rt/tests/compile-fail/interrupt-not-reexported.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ fn foo() -> ! {
loop {}
}

#[interrupt] //~ ERROR failed to resolve: use of undeclared type or module `interrupt`
#[interrupt] //~ ERROR failed to resolve: use of undeclared crate or module `interrupt`
fn USART1() {}

0 comments on commit 4ee3d6b

Please sign in to comment.