diff options
Diffstat (limited to 'test/file_group_test.cc')
| -rw-r--r-- | test/file_group_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/file_group_test.cc b/test/file_group_test.cc index 888834511..9b70bd944 100644 --- a/test/file_group_test.cc +++ b/test/file_group_test.cc @@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (file_group_test) for (int i = 0; i < 65536; ++i) { data[i] = rand() & 0xff; } - + int const num_files = 4; int length[] = { |
