diff options
Diffstat (limited to 'src/tests')
-rw-r--r-- | src/tests/int.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/int.cpp b/src/tests/int.cpp index 1601578..348e179 100644 --- a/src/tests/int.cpp +++ b/src/tests/int.cpp | |||
@@ -8,7 +8,7 @@ using namespace Bu; | |||
8 | int main() | 8 | int main() |
9 | { | 9 | { |
10 | MemBuf mb; | 10 | MemBuf mb; |
11 | int64_t i = -(100); | 11 | int64_t i = -6; |
12 | 12 | ||
13 | sio << "Before: " << i << sio.nl; | 13 | sio << "Before: " << i << sio.nl; |
14 | Gats::Integer::writePackedInt( mb, i ); | 14 | Gats::Integer::writePackedInt( mb, i ); |