diff options
Diffstat (limited to 'tests/test_index.c')
-rw-r--r-- | tests/test_index.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index.c b/tests/test_index.c index 8623d9ab..8a88dd31 100644 --- a/tests/test_index.c +++ b/tests/test_index.c @@ -100,7 +100,7 @@ test_overflow(void) // Integer overflow tests lzma_index *i = create_empty(); - expect(lzma_index_append(i, NULL, LZMA_VLI_VALUE_MAX - 5, 1234) + expect(lzma_index_append(i, NULL, LZMA_VLI_MAX - 5, 1234) == LZMA_DATA_ERROR); // TODO |