summaryrefslogtreecommitdiff
path: root/test/tests.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2015-07-29 18:59:13 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2015-08-03 22:30:20 +0100
commit1fec3408932e9f9b8bb10cd64ff6c1f56a4c09aa (patch)
treeba69176bd3d5f80dacdb9c257db5ad65e5a11f05 /test/tests.h
parent4155e6fb1e8d85dbc777fa85fb61b745647d6505 (diff)
downloadlibnslayout-1fec3408932e9f9b8bb10cd64ff6c1f56a4c09aa.tar.gz
libnslayout-1fec3408932e9f9b8bb10cd64ff6c1f56a4c09aa.tar.bz2
Move nslayout object tests.
Diffstat (limited to 'test/tests.h')
-rw-r--r--test/tests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.h b/test/tests.h
index 4f7795f..9f05d9c 100644
--- a/test/tests.h
+++ b/test/tests.h
@@ -14,6 +14,6 @@
#include <libnslayout/nslayout.h>
extern void nslayout_assert_suite(SRunner *);
-extern void nslayout_basic_layout_suite(SRunner *);
+extern void nslayout_nslayout_object_suite(SRunner *);
#endif