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

# checks that this is joinable
doAssert defined(testing)
doAssert defined(nimMegatest)
echo "ok" # intentional to make sure this doesn't prevent `isJoinableSpec`