summaryrefslogtreecommitdiff
path: root/tests/libpeas/testing/testing.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libpeas/testing/testing.c')
-rw-r--r--tests/libpeas/testing/testing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libpeas/testing/testing.c b/tests/libpeas/testing/testing.c
index 3bfa99e..7ceaf62 100644
--- a/tests/libpeas/testing/testing.c
+++ b/tests/libpeas/testing/testing.c
@@ -50,7 +50,7 @@ testing_init (int *argc,
g_irepository_require_private (g_irepository_get_default (),
BUILDDIR "/tests/libpeas/introspection",
- "Introspection", VERSION_MAJOR_S, 0, &error);
+ "Introspection", API_VERSION_S, 0, &error);
g_assert_no_error (error);
initialized = TRUE;