diff options
Diffstat (limited to 'tests/cfail/exception.rs')
-rw-r--r-- | tests/cfail/exception.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cfail/exception.rs b/tests/cfail/exception.rs index 1428bccb..065ccad8 100644 --- a/tests/cfail/exception.rs +++ b/tests/cfail/exception.rs @@ -7,9 +7,7 @@ extern crate stm32f103xx; use rtfm::app; -app! { - //~^ error no associated item named `SYS_TICK` found for type - //~| error no associated item named `SYS_TICK` found for type +app! { //~ error proc macro panicked device: stm32f103xx, tasks: { |