From 0b486a49e48e309c98fe151650f9903e3c61ff46 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 15 Dec 2013 18:50:49 -0500 Subject: [PATCH] Fix up gsettings test --- gio/tests/gsettings.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/gio/tests/gsettings.c b/gio/tests/gsettings.c index 244ff8ec1..d94d7d73d 100644 --- a/gio/tests/gsettings.c +++ b/gio/tests/gsettings.c @@ -125,11 +125,6 @@ test_unknown_key (void) /* Check that we get an error when the schema * has not been installed */ -static void -test_no_schema_subprocess (void) -{ -} - static void test_no_schema (void) { @@ -2526,7 +2521,6 @@ main (int argc, char *argv[]) if (!backend_set) { g_test_add_func ("/gsettings/typesafe-binding", test_typesafe_binding); - g_test_add_func ("/gsettings/typesafe-binding/subprocess", test_typesafe_binding_subprocess); g_test_add_func ("/gsettings/no-read-binding", test_no_read_binding); g_test_add_func ("/gsettings/no-read-binding/subprocess/fail", test_no_read_binding_fail); g_test_add_func ("/gsettings/no-read-binding/subprocess/pass", test_no_read_binding_pass);