mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 18:53:58 +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:
@@ -1,6 +1,6 @@
|
||||
discard """
|
||||
action: compile
|
||||
target: "c"
|
||||
targets: "c"
|
||||
"""
|
||||
|
||||
# Covariance is not type safe:
|
||||
|
||||
Reference in New Issue
Block a user