diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2017-12-08 13:28:27 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2017-12-08 13:28:27 +0100 |
| commit | 8e523d036c83fff35182d2fc50d042da866982a7 (patch) | |
| tree | f69e994b25bb8cf351b3c38db57f783f0a2a46b5 /tests | |
| parent | 99df0776c68fdb377ef7daa34f7fd8481fea590f (diff) | |
fix cfail tests
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/cfail/interrupt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cfail/interrupt.rs b/tests/cfail/interrupt.rs index 66d2098..b913d83 100644 --- a/tests/cfail/interrupt.rs +++ b/tests/cfail/interrupt.rs @@ -8,7 +8,7 @@ extern crate stm32f103xx; use rtfm::app; app! { - //~^ error no associated item named `EXTI33` found for type + //~^ error no variant named `EXTI33` found for type device: stm32f103xx, tasks: { |
