diff options
Diffstat (limited to 'gtk/tests/templates.c')
-rw-r--r-- | gtk/tests/templates.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/tests/templates.c b/gtk/tests/templates.c index e7adca3977..834d183a43 100644 --- a/gtk/tests/templates.c +++ b/gtk/tests/templates.c @@ -190,6 +190,7 @@ test_file_chooser_widget_basic (void) { GtkWidget *widget; + /* This test also tests the internal GtkPathBar widget */ g_test_log_set_fatal_handler (ignore_gvfs_warning, NULL); widget = gtk_file_chooser_widget_new (GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER); |