fixes testament targets field (#23472)

This commit is contained in:
ringabout
2024-04-03 11:33:56 +08:00
committed by GitHub
parent 9ad4309ca4
commit 3bdb531f90
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
discard """
target: "c js"
targets: "c js"
"""
block:

View File

@@ -1,5 +1,5 @@
discard """
target: "c cpp"
targets: "c cpp"
"""
# Test builtin sets

View File

@@ -1,5 +1,5 @@
discard """
target: "c js"
targets: "c js"
matrix: "--cursorinference:on; --cursorinference:off"
"""