diff options
Diffstat (limited to 'ci/expected/async-task-multiple-prios.run')
-rw-r--r-- | ci/expected/async-task-multiple-prios.run | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ci/expected/async-task-multiple-prios.run b/ci/expected/async-task-multiple-prios.run index 9b0f5336..0b42df0a 100644 --- a/ci/expected/async-task-multiple-prios.run +++ b/ci/expected/async-task-multiple-prios.run @@ -1,5 +1,6 @@ init -hello from normal 2 -hello from async 2 -hello from normal 1 -hello from async 1 +hello from async 3 a 1 +hello from async 4 a 2 +hello from async 1 a 3 +hello from async 2 a 4 +idle |