mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
testament: error instead of silently ignore invalid targets; remove pointless alias target vs targets; document matrix; DRY (#16343)
* testament: error instead of silently ignore invalid targets * s/target/targets/ * fix test; refs #16344 * address comments * Update testament/specs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
This commit is contained in:
@@ -2,7 +2,7 @@ discard """
|
||||
output: '''0
|
||||
1
|
||||
2'''
|
||||
target: "cpp"
|
||||
targets: "cpp"
|
||||
"""
|
||||
|
||||
# bug #8202
|
||||
|
||||
Reference in New Issue
Block a user