diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_reader_writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_reader_writer.c b/test/test_reader_writer.c index 49821242..ceaae30f 100644 --- a/test/test_reader_writer.c +++ b/test/test_reader_writer.c @@ -144,7 +144,7 @@ static void test_write_errors(void) { // Syntax-keyed array of output document sizes - static const size_t max_offsets[] = {0, 465, 1911, 2003, 465}; + static const size_t max_offsets[] = {0, 451, 1911, 2003, 465}; for (unsigned s = 1; s <= (unsigned)SERD_TRIG; ++s) { const SerdSyntax syntax = (SerdSyntax)s; |