summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/gtk/notify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c
index 4761988a8c..9b2a8e98b6 100644
--- a/testsuite/gtk/notify.c
+++ b/testsuite/gtk/notify.c
@@ -676,8 +676,8 @@ test_type (gconstpointer data)
/* these depend on the min-content- properties in a way that breaks our test */
if (g_type_is_a (type, GTK_TYPE_SCROLLED_WINDOW) &&
- (g_str_equal (pspec->name, "max-content-width") ||)
- g_str_equal (pspec->name, "max-content-height"))
+ (g_str_equal (pspec->name, "max-content-width") ||
+ g_str_equal (pspec->name, "max-content-height")))
continue;
if (g_test_verbose ())