aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/ephy-shell-test.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c
index 2525cac56..086390ec2 100644
--- a/tests/ephy-shell-test.c
+++ b/tests/ephy-shell-test.c
@@ -317,16 +317,15 @@ test_ephy_shell_tab_from_external (void)
static void
test_ephy_shell_tab_no_history (void)
{
+#ifdef HAVE_WEBKIT2
+ /* TODO: BackForwardList */
+#else
EphyShell *ephy_shell;
GtkWidget *window;
-
EphyEmbed *embed;
EphyEmbed *embed2;
EphyEmbed *embed3;
-#ifdef HAVE_WEBKIT2
- /* TODO: BackForwardList */
-#else
WebKitWebBackForwardList *bflist;
WebKitWebHistoryItem *item;