summaryrefslogtreecommitdiff
path: root/test/assert-tests.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-08-01 17:40:24 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-08-03 22:30:20 +0100
commitba2cea6270dc014bf2751f373404fa915d2c38b6 (patch)
tree1a7d6a91c3362a0acda23715e8fba918a885a500 /test/assert-tests.c
parentcefb64e2eb6e67d523ed9367fea54ec7d30a1414 (diff)
downloadlibnslayout-ba2cea6270dc014bf2751f373404fa915d2c38b6.tar.gz
libnslayout-ba2cea6270dc014bf2751f373404fa915d2c38b6.tar.bz2
Add DOM event handler.
Currently just prints the events it gets.
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