diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-04-03 11:33:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 11:33:56 +0800 |
commit | 3bdb531f90c3d804c0f8d25865955120b9598b13 (patch) | |
tree | 206c0f73ad762cb7573b53a82d3d5d7d48afd0e4 /tests/sets | |
parent | 9ad4309ca433cf62197c64a83aef1b678287cfc7 (diff) | |
download | Nim-3bdb531f90c3d804c0f8d25865955120b9598b13.tar.gz |
fixes testament targets field (#23472)
Diffstat (limited to 'tests/sets')
-rw-r--r-- | tests/sets/tsets.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sets/tsets.nim b/tests/sets/tsets.nim index 0d28091c2..6125a3715 100644 --- a/tests/sets/tsets.nim +++ b/tests/sets/tsets.nim @@ -1,5 +1,5 @@ discard """ - target: "c cpp" + targets: "c cpp" """ # Test builtin sets |