aboutsummaryrefslogtreecommitdiff
path: root/tests/point-array.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/point-array.c')
-rw-r--r--tests/point-array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/point-array.c b/tests/point-array.c
index 90490de..b8f8a3f 100644
--- a/tests/point-array.c
+++ b/tests/point-array.c
@@ -118,7 +118,7 @@ point_array_test_remove (PointArray *fixture, gconstpointer user_data)
int
main (int argc, char *argv[])
{
- gtk_test_init (&argc, &argv, NULL);
+ g_test_init (&argc, &argv, NULL);
/* Creation. */
g_test_add_func ("/point-array/new", point_array_test_new);