We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf37704 + 53d28a7 commit 121615dCopy full SHA for 121615d
1 file changed
tests/CMakeLists.txt
@@ -95,7 +95,7 @@ if (NOT MSVC)
95
add_cpp_test(checkimplementation LABELS per_implementation)
96
97
add_test(NAME json2json COMMAND $<TARGET_FILE:json2json> ${EXAMPLE_JSON})
98
- set_property(TEST issue150 APPEND PROPERTY LABELS acceptance per_implementation)
+ set_property(TEST json2json APPEND PROPERTY LABELS acceptance per_implementation)
99
100
#
101
# SIMDJSON_FORCE_IMPLEMENTATION tests: run json2json with SIMDJSON
0 commit comments