Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/CMakeLists.txt
  • Loading branch information
danielaparker committed Nov 16, 2024
2 parents f2aa1c2 + 26d6cf7 commit ffd9a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ add_executable(unit_tests
corelib/src/json_literal_operator_tests.cpp
corelib/src/json_object_tests.cpp
corelib/src/ojson_object_tests.cpp
corelib/src/json_options_tests.cpp
corelib/src/json_options_tests.cpp
corelib/src/json_parser_error_tests.cpp
corelib/src/json_parser_position_tests.cpp
corelib/src/json_parser_tests.cpp
Expand Down
1 change: 0 additions & 1 deletion test/corelib/src/json_parser_error_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,3 @@ TEST_CASE("test_positive_integer_overflow")
CHECK(j2.is<jsoncons::bigint>());
CHECK(s2 == j2.as<std::string>());
}

0 comments on commit ffd9a91

Please sign in to comment.