diff options
author | Mike Buland <mike@xagasoft.com> | 2024-09-30 12:39:06 -0700 |
---|---|---|
committer | Mike Buland <mike@xagasoft.com> | 2024-09-30 12:39:06 -0700 |
commit | 373b8f42902686ea1181b1edd8c2c06555cad8fd (patch) | |
tree | c89054f39829d6bf1c50200142e65ed401884f13 /src/test | |
parent | 0befcc026be9e4f6c40f8771c7f26f767ebddbf7 (diff) | |
download | libbu++-373b8f42902686ea1181b1edd8c2c06555cad8fd.tar.gz libbu++-373b8f42902686ea1181b1edd8c2c06555cad8fd.tar.bz2 libbu++-373b8f42902686ea1181b1edd8c2c06555cad8fd.tar.xz libbu++-373b8f42902686ea1181b1edd8c2c06555cad8fd.zip |
Tweaks to the builder test.
Diffstat (limited to '')
-rw-r--r-- | src/tests/bigmyriad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/bigmyriad.cpp b/src/tests/bigmyriad.cpp index cce309d..73a3315 100644 --- a/src/tests/bigmyriad.cpp +++ b/src/tests/bigmyriad.cpp | |||
@@ -5,7 +5,7 @@ | |||
5 | int main() | 5 | int main() |
6 | { | 6 | { |
7 | Bu::File f("big.myr", Bu::File::Read|Bu::File::Write|Bu::File::Create ); | 7 | Bu::File f("big.myr", Bu::File::Read|Bu::File::Write|Bu::File::Create ); |
8 | Bu::Myriad m( f, 1024, 12 ); | 8 | Bu::Myriad m( f, 512, 12 ); |
9 | 9 | ||
10 | #define SSIZE (1024*8) // 1024*1024*10 | 10 | #define SSIZE (1024*8) // 1024*1024*10 |
11 | char *buf = new char[SSIZE]; | 11 | char *buf = new char[SSIZE]; |