aboutsummaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-02 14:58:37 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:31:04 +0100
commit9829d0ac07180967208403610bc9a25249b9fe85 (patch)
tree9642ecfc62d93726520f60354c344feab0d313d0 /ui
parent582c602912592ec7ebea3096aefa02aea99c2143 (diff)
Add check again
Diffstat (limited to 'ui')
-rw-r--r--ui/extern-interrupt-not-enough.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/extern-interrupt-not-enough.stderr b/ui/extern-interrupt-not-enough.stderr
index d8c01b9..6f28b7a 100644
--- a/ui/extern-interrupt-not-enough.stderr
+++ b/ui/extern-interrupt-not-enough.stderr
@@ -1,4 +1,4 @@
-error: not enough interrupts to dispatch all software and async tasks (need: 1; given: 0) - one interrupt is needed per priority and sync/async task
+error: not enough interrupts to dispatch all software tasks (need: 1; given: 0)
--> ui/extern-interrupt-not-enough.rs:17:8
|
17 | fn a(_: a::Context) {}