From a0ac8fe717ad268321f9dfcf1c3b225fb125fcdf Mon Sep 17 00:00:00 2001 From: Billy Robert O'Neal III Date: Thu, 17 Oct 2024 17:43:11 -0700 Subject: [PATCH] Fix linux and macos build. --- src/vcpkg-test/spdx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vcpkg-test/spdx.cpp b/src/vcpkg-test/spdx.cpp index e691fa0170..b6da7cfdce 100644 --- a/src/vcpkg-test/spdx.cpp +++ b/src/vcpkg-test/spdx.cpp @@ -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( {