Skip to content

Commit

Permalink
Fix linux and macos build.
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyONeal committed Oct 18, 2024
1 parent 4d15956 commit a0ac8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vcpkg-test/spdx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ TEST_CASE ("spdx license parse edge cases", "[spdx]")
]
})json";

CHECK(!read_spdx_license(wrong_packages_type, "test").has_value());
CHECK(!read_spdx_license(wrong_packages_zero_type, "test").has_value());

static constexpr StringLiteral missing_license_block = R"json(
{
Expand Down

0 comments on commit a0ac8fe

Please sign in to comment.