diff options
Diffstat (limited to '')
-rw-r--r-- | ci/expected/async-infinite-loop.run | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/expected/async-infinite-loop.run b/ci/expected/async-infinite-loop.run new file mode 100644 index 00000000..f9fd4e49 --- /dev/null +++ b/ci/expected/async-infinite-loop.run @@ -0,0 +1,6 @@ +init +hello from async 0 +hello from async 1 +hello from async 2 +hello from async 3 +hello from async 4 |