From 8e523d036c83fff35182d2fc50d042da866982a7 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 8 Dec 2017 13:28:27 +0100 Subject: fix cfail tests --- tests/cfail/interrupt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cfail') 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: { -- cgit v1.2.3