mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
10 lines
277 B
Nim
10 lines
277 B
Nim
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`
|