aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-history-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-history-test.c')
-rw-r--r--tests/ephy-history-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ephy-history-test.c b/tests/ephy-history-test.c
index 63b4a0dd7..9e10b08fe 100644
--- a/tests/ephy-history-test.c
+++ b/tests/ephy-history-test.c
@@ -93,7 +93,7 @@ test_create_history_entry (void)
}
static GList *
-create_test_page_visit_list ()
+create_test_page_visit_list (void)
{
GList *visits = NULL;
int i;
@@ -463,7 +463,7 @@ perform_query_after_clear (EphyHistoryService *service,
}
static void
-test_clear ()
+test_clear (void)
{
gchar *temporary_file = g_build_filename (g_get_tmp_dir (), "epiphany-history-test.db", NULL);
EphyHistoryService *service = ensure_empty_history (temporary_file);