diff options
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 """ |