diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-12-09 13:47:03 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:24 +0100 |
commit | ac785b06236dbc228a3b755c11bb3b1330ccc3ab (patch) | |
tree | 8e96059a7b21e3fbc7582983a6330c6656e395f4 /tests/method | |
parent | 46820b94a634f70f805ab033703c225182564731 (diff) | |
download | Nim-ac785b06236dbc228a3b755c11bb3b1330ccc3ab.tar.gz |
testament: joinable is now an explicit concept of a test spec
Diffstat (limited to 'tests/method')
-rw-r--r-- | tests/method/tmultim.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/method/tmultim.nim b/tests/method/tmultim.nim index 310502c56..0e68b660f 100644 --- a/tests/method/tmultim.nim +++ b/tests/method/tmultim.nim @@ -4,9 +4,10 @@ collide: unit, thing collide: unit, thing collide: thing, unit collide: thing, thing -collide: unit, thing | collide: unit, thing | collide: thing, unit | +collide: unit, thing | collide: unit, thing | collide: thing, unit | do nothing ''' + joinable: false """ |