summaryrefslogtreecommitdiff
path: root/test/assert-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/assert-tests.c')
-rw-r--r--test/assert-tests.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/assert-tests.c b/test/assert-tests.c
index 1b97814..44bc2f7 100644
--- a/test/assert-tests.c
+++ b/test/assert-tests.c
@@ -18,6 +18,7 @@
START_TEST (test_nslayout_layout_create_aborts1)
{
nslayout_layout *layout;
+
(void) nslayout_layout_create(NULL, NULL, NULL, NULL, NULL, &layout);
}
END_TEST