diff options
author | David Robillard <d@drobilla.net> | 2025-04-11 12:17:07 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-04-11 12:17:07 -0400 |
commit | 8fd7442bf8dda8918a2ad606ffa2b9f85f622220 (patch) | |
tree | 730b0db006e6ba2f94add437196c32f8d7719485 /test/test_reader_writer.c | |
parent | 4b961f70c0874efcd73a36ac602e0da641030fda (diff) | |
download | serd-8fd7442bf8dda8918a2ad606ffa2b9f85f622220.tar.gz serd-8fd7442bf8dda8918a2ad606ffa2b9f85f622220.tar.bz2 serd-8fd7442bf8dda8918a2ad606ffa2b9f85f622220.zip |
Diffstat (limited to 'test/test_reader_writer.c')
-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 ceaae30f..78123110 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, 451, 1911, 2003, 465}; + static const size_t max_offsets[] = {0, 452, 1911, 2003, 466}; for (unsigned s = 1; s <= (unsigned)SERD_TRIG; ++s) { const SerdSyntax syntax = (SerdSyntax)s; |