summary refs log tree commit diff stats
path: root/tests/testament/tjoinable.nim
blob: c651780deb139d7df6072f62bc1d1c328a2e5f3a (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output: "ok"
"""

# checks that this is joinable
# checks that megatest allows duplicate names, see also `tests/misc/tjoinable.nim`
doAssert defined(testing)
doAssert defined(nimMegatest)
echo "ok" # intentional to make sure this doesn't prevent `isJoinableSpec`