mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
* refs #16576: honor matrix in testament by making such tests non joinable * add tests + misc fixes * fix test for i386 with -d:danger
9 lines
194 B
Nim
9 lines
194 B
Nim
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`
|