mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-18 15:01:24 +00:00
make run the default action of a test in tester
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
discard """
|
||||
sortoutput: true
|
||||
output: '''
|
||||
(x: 0.0)
|
||||
(x: 0.0)
|
||||
(x: 0.0)
|
||||
test
|
||||
test
|
||||
test
|
||||
'''
|
||||
"""
|
||||
|
||||
# bug #2257
|
||||
import threadpool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user