mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 15:25:22 +00:00
fixes testament targets field (#23472)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
target: "c js"
|
||||
targets: "c js"
|
||||
"""
|
||||
|
||||
block:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
target: "c cpp"
|
||||
targets: "c cpp"
|
||||
"""
|
||||
|
||||
# Test builtin sets
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
target: "c js"
|
||||
targets: "c js"
|
||||
matrix: "--cursorinference:on; --cursorinference:off"
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user