aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader_writer.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-05 19:48:18 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit6cf1f12edfa44f72436575d42b522f20116be273 (patch)
tree571bbdc4c736dcc48dfb6d5768d07fdd27fc363b /test/test_reader_writer.c
parent09bf03fd6e522d6e421fed85d010057f87486544 (diff)
downloadserd-6cf1f12edfa44f72436575d42b522f20116be273.tar.gz
serd-6cf1f12edfa44f72436575d42b522f20116be273.tar.bz2
serd-6cf1f12edfa44f72436575d42b522f20116be273.zip
Reduce complexity of statement writing functions
Diffstat (limited to 'test/test_reader_writer.c')
-rw-r--r--test/test_reader_writer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_reader_writer.c b/test/test_reader_writer.c
index fd9c0d28..324135a4 100644
--- a/test/test_reader_writer.c
+++ b/test/test_reader_writer.c
@@ -373,7 +373,7 @@ test_write_errors(void)
SerdWorld* const world = serd_world_new();
ErrorContext ctx = {0U, 0U};
- const size_t max_offsets[] = {0, 386, 1911, 2003, 386};
+ const size_t max_offsets[] = {0, 373, 1911, 2003, 414};
// Test errors at different offsets to hit different code paths
for (unsigned s = 1; s <= (unsigned)SERD_TRIG; ++s) {