mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +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
8 lines
126 B
Nim
8 lines
126 B
Nim
discard """
|
|
matrix:"-d:nimTest_t16576"
|
|
"""
|
|
|
|
# bug #16576
|
|
doAssert defined(nimTest_t16576)
|
|
doAssert not defined(nimMegatest)
|