aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/local-shared.stderr
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-08 16:25:46 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:27 +0100
commit584ac7e1b335411e3d923aeef92466efdc92ae50 (patch)
tree99906bccb37bfe7e852d054fb52d62e6df4290c5 /macros/ui/local-shared.stderr
parent9a4f97ca5ebf19e6612115db5c763d0d61dd28a1 (diff)
Update UI tests, 1 failing that needs fixing
Diffstat (limited to 'macros/ui/local-shared.stderr')
-rw-r--r--macros/ui/local-shared.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/ui/local-shared.stderr b/macros/ui/local-shared.stderr
index 0d22db3..fceb763 100644
--- a/macros/ui/local-shared.stderr
+++ b/macros/ui/local-shared.stderr
@@ -1,11 +1,11 @@
error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
- --> $DIR/local-shared.rs:22:35
+ --> ui/local-shared.rs:22:35
|
22 | #[task(priority = 1, local = [l1])]
| ^^
error: Local resource "l1" is used by multiple tasks or collides with multiple definitions
- --> $DIR/local-shared.rs:26:35
+ --> ui/local-shared.rs:26:35
|
26 | #[task(priority = 2, local = [l1])]
| ^^