From da1fd6166e893482f99f16714a1c718b445c9579 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Tue, 31 Aug 2021 20:01:10 +0200 Subject: [PATCH] fix UI test, take 2 --- ui/unknown-interrupt.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/unknown-interrupt.stderr b/ui/unknown-interrupt.stderr index efda28797f..c7d32699dc 100644 --- a/ui/unknown-interrupt.stderr +++ b/ui/unknown-interrupt.stderr @@ -2,4 +2,4 @@ error[E0599]: no variant or associated item named `UnknownInterrupt` found for e --> $DIR/unknown-interrupt.rs:3:47 | 3 | #[rtic::app(device = lm3s6965, dispatchers = [UnknownInterrupt])] - | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt` \ No newline at end of file + | ^^^^^^^^^^^^^^^^ variant or associated item not found in `Interrupt`