summaryrefslogtreecommitdiff
path: root/tests/testing-util/testing-util.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testing-util/testing-util.c')
-rw-r--r--tests/testing-util/testing-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testing-util/testing-util.c b/tests/testing-util/testing-util.c
index 464460d..ab58eb9 100644
--- a/tests/testing-util/testing-util.c
+++ b/tests/testing-util/testing-util.c
@@ -211,7 +211,7 @@ testing_util_init (void)
g_irepository_require_private (g_irepository_get_default (),
BUILDDIR "/libpeas",
- "Peas", VERSION_MAJOR_S, 0, &error);
+ "Peas", API_VERSION_S, 0, &error);
g_assert_no_error (error);
initialized = TRUE;