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:
@@ -1,6 +1,5 @@
|
||||
discard """
|
||||
cmd: "nim cpp --cppCompileToNamespace:foo $options -r $file"
|
||||
target: cpp
|
||||
"""
|
||||
|
||||
# Theoretically nim could just ignore the flag cppCompileToNamespace
|
||||
|
||||
Reference in New Issue
Block a user