Skip to content

Commit 09288f4

Browse files
committed
Repair uint128 boost type fuzz CI
1 parent 9221a04 commit 09288f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fuzzing/test_fuzzing_div_versus_cppalliance_int128.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
104104
const std::uint64_t b_hi64 { *reinterpret_cast<const std::uint64_t*>(tmp_data.data() + std::size_t { UINT8_C(24) }) };
105105

106106
// Import data into the uint values.
107-
using local_uint_type = ::boost::int128::uint128_t;
107+
using local_uint_type = ::boost::int128::uint128;
108108

109109
#if defined(WIDE_INTEGER_NAMESPACE)
110110
using cntrl_uint_type = ::WIDE_INTEGER_NAMESPACE::math::wide_integer::uint128_t;

0 commit comments

Comments
 (0)