Files
Nim/tests/testament/t16576.nim
Timothee Cour 00144ee4e9 fix #16576: honor matrix in testament by making such tests non joinable (#16577)
* refs #16576: honor matrix in testament by making such tests non joinable

* add tests + misc fixes

* fix test for i386 with -d:danger
2021-01-04 19:45:46 +01:00

8 lines
126 B
Nim

discard """
matrix:"-d:nimTest_t16576"
"""
# bug #16576
doAssert defined(nimTest_t16576)
doAssert not defined(nimMegatest)