diff options
author | 2017-12-08 12:38:07 +0000 | |
---|---|---|
committer | 2017-12-08 12:38:07 +0000 | |
commit | e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5 (patch) | |
tree | fd58fd481a0a7010797aadc3da0a36f79bf5cbda /tests/cfail/interrupt.rs | |
parent | 99df0776c68fdb377ef7daa34f7fd8481fea590f (diff) | |
parent | 815c3d960d74c1d7c304b1f8c4040d704c19eb7b (diff) | |
download | rtic-e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5.tar.gz rtic-e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5.tar.zst rtic-e620b1e57a39f342cf73ad6ac8ab0e179b97bfd5.zip |
Auto merge of #54 - japaric:fix-tests, r=japaric
fix cfail tests
None
Diffstat (limited to 'tests/cfail/interrupt.rs')
-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 66d2098b..b913d832 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: { |