diff options
Diffstat (limited to 'assert/test-assert-2.c')
-rw-r--r-- | assert/test-assert-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assert/test-assert-2.c b/assert/test-assert-2.c index 3288609..fddd883 100644 --- a/assert/test-assert-2.c +++ b/assert/test-assert-2.c @@ -123,7 +123,7 @@ check_posix (const char *buf, int rv, int line, TEST_VERIFY (strstr (buf, linestr) != NULL); TEST_VERIFY (strstr (buf, funcname) != NULL); TEST_VERIFY (strstr (buf, testarg) != NULL); - + } static void |