diff options
author | narimiran <narimiran@disroot.org> | 2018-11-07 15:22:02 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2018-11-07 15:22:02 +0100 |
commit | 15c66a06f96d4c801fc3ccb3be24536934805cce (patch) | |
tree | f33a2951df167971b5e40e753a9de23b03b9bd75 /tests | |
parent | d5e113c3a626d3c32eba39e513f08f0fc8f05bfe (diff) | |
download | Nim-15c66a06f96d4c801fc3ccb3be24536934805cce.tar.gz |
keep the order of the callbacks
Diffstat (limited to 'tests')
-rw-r--r-- | tests/async/tcallbacks.nim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/async/tcallbacks.nim b/tests/async/tcallbacks.nim index 8c08032cd..bd82d5824 100644 --- a/tests/async/tcallbacks.nim +++ b/tests/async/tcallbacks.nim @@ -1,8 +1,9 @@ discard """ exitcode: 0 - output: '''3 -2 + output: ''' 1 +2 +3 5 ''' """ |