Fixed compiler error on 32bit platforms

This commit is contained in:
Sebastian Messmer 2015-12-13 13:30:05 +01:00
parent 56c4c44d6e
commit 1cdaf8e08d
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ public:
};
constexpr size_t BigBlobsTest::BLOCKSIZE;
constexpr size_t BigBlobsTest::SMALL_BLOB_SIZE;
constexpr size_t BigBlobsTest::LARGE_BLOB_SIZE;
constexpr uint64_t BigBlobsTest::SMALL_BLOB_SIZE;
constexpr uint64_t BigBlobsTest::LARGE_BLOB_SIZE;
// DISABLED, because it uses a lot of memory
TEST_F(BigBlobsTest, DISABLED_Resize) {