summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2018-11-07 15:22:02 +0100
committernarimiran <narimiran@disroot.org>2018-11-07 15:22:02 +0100
commit15c66a06f96d4c801fc3ccb3be24536934805cce (patch)
treef33a2951df167971b5e40e753a9de23b03b9bd75 /tests
parentd5e113c3a626d3c32eba39e513f08f0fc8f05bfe (diff)
downloadNim-15c66a06f96d4c801fc3ccb3be24536934805cce.tar.gz
keep the order of the callbacks
Diffstat (limited to 'tests')
-rw-r--r--tests/async/tcallbacks.nim5
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
 '''
 """