diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-13 15:21:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-11-23 11:58:28 +0100 |
commit | 031bfdec6f7798b99cc7bf9473a08048228c3d2a (patch) | |
tree | bd9b3ee9fbbaca154f37649f7f3cabe59cfdc349 /tests/init | |
parent | 610283b9b0d48b1714bef2969b402b77410ce4dd (diff) | |
download | Nim-031bfdec6f7798b99cc7bf9473a08048228c3d2a.tar.gz |
make run the default action of a test in tester
Diffstat (limited to 'tests/init')
-rw-r--r-- | tests/init/t8314.nim | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/init/t8314.nim b/tests/init/t8314.nim index 59d46eb33..47c8480c2 100644 --- a/tests/init/t8314.nim +++ b/tests/init/t8314.nim @@ -1,8 +1,14 @@ discard """ nimout: ''' -t8314.nim(8, 7) Hint: BEGIN [User] -t8314.nim(19, 7) Hint: END [User] +t8314.nim(14, 7) Hint: BEGIN [User] +t8314.nim(25, 7) Hint: END [User] ''' + +output: ''' +1 +1 +1 +''' """ {.hint: "BEGIN".} |