diff options
Diffstat (limited to 'test/test_overflow.c')
-rw-r--r-- | test/test_overflow.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_overflow.c b/test/test_overflow.c index 9b1a6fb7..6272e807 100644 --- a/test/test_overflow.c +++ b/test/test_overflow.c @@ -195,6 +195,10 @@ test_turtle_overflow(void) "@base <http://example.org/ns/test> .\n" "<http://example.org/s> <http://example.org/p> <rel> .", + // NOLINTNEXTLINE(bugprone-suspicious-missing-comma) + "@base <http://example.org/ns/test> .\n" + "<http://example.org/s> <http://example.org/p> <rel> .", + NULL, }; |