summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/64bit/offset64_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/64bit/offset64_test.cpp b/tests/64bit/offset64_test.cpp
index 8e91fbea..49f37872 100644
--- a/tests/64bit/offset64_test.cpp
+++ b/tests/64bit/offset64_test.cpp
@@ -23,7 +23,8 @@ void Offset64Test() {
FlatBufferBuilder64 builder;
const size_t far_vector_size = 1LL << 2;
- const size_t big_vector_size = 1LL << 31;
+ // Make a large number if wanting to test a real large buffer.
+ const size_t big_vector_size = 1LL << 2;
{
// First create the vectors that will be copied to the buffer.