Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
update cfail test
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Nov 14, 2018
1 parent ab9a839 commit 44ff723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile-fail/hard-fault-twice.rs
Expand Up @@ -19,7 +19,7 @@ fn HardFault(_ef: &ExceptionFrame) -> ! {
pub mod reachable {
use cortex_m_rt::{exception, ExceptionFrame};

#[exception] //~ ERROR symbol `UserHardFault` is already defined
#[exception] //~ ERROR symbol `HardFault` is already defined
fn HardFault(_ef: &ExceptionFrame) -> ! {
loop {}
}
Expand Down

0 comments on commit 44ff723

Please sign in to comment.