summaryrefslogtreecommitdiffstats
path: root/WebKit/gtk/tests/testglobals.c
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/gtk/tests/testglobals.c')
-rw-r--r--WebKit/gtk/tests/testglobals.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebKit/gtk/tests/testglobals.c b/WebKit/gtk/tests/testglobals.c
index e53edf4..da0ffa3 100644
--- a/WebKit/gtk/tests/testglobals.c
+++ b/WebKit/gtk/tests/testglobals.c
@@ -21,7 +21,7 @@
#include <libsoup/soup.h>
#include <webkit/webkit.h>
-#if GLIB_CHECK_VERSION(2, 16, 0) && GTK_CHECK_VERSION(2, 14, 0)
+#if GTK_CHECK_VERSION(2, 14, 0)
// Make sure the session is initialized properly when webkit_get_default_session() is called.
static void test_globals_default_session()
@@ -59,7 +59,7 @@ int main(int argc, char** argv)
#else
int main(int argc, char** argv)
{
- g_critical("You will need at least glib-2.16.0 and gtk-2.14.0 to run the unit tests. Doing nothing now.");
+ g_critical("You will need gtk-2.14.0 to run the unit tests. Doing nothing now.");
return 0;
}