diff options
Diffstat (limited to 'ci/expected/async-task-multiple-prios.run')
-rw-r--r-- | ci/expected/async-task-multiple-prios.run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/expected/async-task-multiple-prios.run b/ci/expected/async-task-multiple-prios.run new file mode 100644 index 00000000..9b0f5336 --- /dev/null +++ b/ci/expected/async-task-multiple-prios.run @@ -0,0 +1,5 @@ +init +hello from normal 2 +hello from async 2 +hello from normal 1 +hello from async 1 |