summaryrefslogtreecommitdiff
path: root/xdelta3/testing/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/testing/test.h')
-rw-r--r--xdelta3/testing/test.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xdelta3/testing/test.h b/xdelta3/testing/test.h
index 7aee605..f2b46f3 100644
--- a/xdelta3/testing/test.h
+++ b/xdelta3/testing/test.h
@@ -68,6 +68,10 @@ pair<T, U> make_pair(const T& t, const U& u) {
68 68
69class Constants { 69class Constants {
70public: 70public:
71 // TODO: need to repeat the tests with different block sizes
72 // 1 << 7 triggers some bugs, 1 << 20 triggers others.
73 //
74 //static const xoff_t BLOCK_SIZE = 1 << 20;
71 static const xoff_t BLOCK_SIZE = 1 << 7; 75 static const xoff_t BLOCK_SIZE = 1 << 7;
72}; 76};
73 77