mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 22:35:24 +00:00
make run the default action of a test in tester
This commit is contained in:
@@ -63,5 +63,3 @@ when defined(ssl):
|
||||
|
||||
assert msgCount == swarmSize * messagesToSend
|
||||
echo msgCount
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
discard """
|
||||
action: compile
|
||||
"""
|
||||
# XXX: action should be run!
|
||||
|
||||
import asyncdispatch
|
||||
|
||||
proc completeOnReturn(fut: FutureVar[string], x: bool) {.async.} =
|
||||
@@ -44,4 +49,3 @@ proc main() {.async.} =
|
||||
|
||||
|
||||
waitFor main()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user