summary refs log tree commit diff stats
path: root/tests/testament/t16576.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testament/t16576.nim')
-rw-r--r--tests/testament/t16576.nim7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testament/t16576.nim b/tests/testament/t16576.nim
new file mode 100644
index 000000000..8d0dd57e3
--- /dev/null
+++ b/tests/testament/t16576.nim
@@ -0,0 +1,7 @@
+discard """
+  matrix:"-d:nimTest_t16576"
+"""
+
+# bug #16576
+doAssert defined(nimTest_t16576)
+doAssert not defined(nimMegatest)