From 670cdb92d3a22f1e41c9a69912dbfca885fa5de4 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Tue, 23 Feb 2021 19:30:54 +0100 Subject: Test output fix --- ui/single/local-cfg-task-local-err.stderr | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ui/single/local-cfg-task-local-err.stderr') diff --git a/ui/single/local-cfg-task-local-err.stderr b/ui/single/local-cfg-task-local-err.stderr index 9a84ead..73dfaeb 100644 --- a/ui/single/local-cfg-task-local-err.stderr +++ b/ui/single/local-cfg-task-local-err.stderr @@ -5,15 +5,15 @@ error: task local resource "l2" is used by multiple tasks | ^^ error: task local resource "l2" is used by task "uart0" with priority 1 - --> $DIR/local-cfg-task-local-err.rs:51:39 + --> $DIR/local-cfg-task-local-err.rs:54:39 | -51 | #[cfg(feature = "feature_l2")]l2, +54 | #[cfg(feature = "feature_l2")]l2, | ^^ error: task local resource "l2" is used by task "uart1" with priority 1 - --> $DIR/local-cfg-task-local-err.rs:60:44 + --> $DIR/local-cfg-task-local-err.rs:63:44 | -60 | #[cfg(not(feature = "feature_l2"))]l2 +63 | #[cfg(not(feature = "feature_l2"))]l2 | ^^ warning: unused import: `cortex_m_semihosting::debug` -- cgit v1.2.3