aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-embed-single-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-embed-single-test.c')
-rw-r--r--tests/ephy-embed-single-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index a7f1583d9..80a54bcfa 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -104,7 +104,7 @@ main (int argc, char *argv[])
ret = g_test_run ();
- g_object_unref (ephy_shell);
+ g_object_unref (ephy_shell_get_default ());
ephy_file_helpers_shutdown ();
return ret;