mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 03:03:57 +00:00
make run the default action of a test in tester
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
discard """
|
||||
action: compile
|
||||
"""
|
||||
|
||||
# bug #3669
|
||||
|
||||
@@ -10,4 +13,3 @@ type
|
||||
|
||||
var g: G[string]
|
||||
echo g.rnodes["foo"]
|
||||
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
discard """
|
||||
output: '''
|
||||
312
|
||||
1000000
|
||||
1000000
|
||||
500000
|
||||
0
|
||||
'''
|
||||
"""
|
||||
|
||||
import strutils
|
||||
|
||||
type
|
||||
|
||||
Reference in New Issue
Block a user