diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/buildtool/storage/large_object_cas.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/storage/large_object_cas.test.cpp b/test/buildtool/storage/large_object_cas.test.cpp index e0e3c816..a7dff9a7 100644 --- a/test/buildtool/storage/large_object_cas.test.cpp +++ b/test/buildtool/storage/large_object_cas.test.cpp @@ -46,7 +46,7 @@ template <bool IsExecutable> class Blob final { public: static constexpr auto kLargeId = std::string_view("bl_8Mb"); - static constexpr auto kLargeSize = std::uintmax_t(8 * 1024 * 1024); + static constexpr auto kLargeSize = std::uintmax_t(8UL * 1024 * 1024); static constexpr auto kSmallId = std::string_view("bl_1kB"); static constexpr auto kSmallSize = std::uintmax_t(1024); |