From 4c72244c2ec61b6bccb20f8efedf0523fb8e6588 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 6 Jun 2017 14:31:19 -0700 Subject: [PATCH] tests/entry: remove unused import This is actually harmful, since it will drag a depepdency chain that we're not able to satisfy from the tests. https://bugzilla.gnome.org/show_bug.cgi?id=783484 --- tests/interactive/entry.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/interactive/entry.js b/tests/interactive/entry.js index 35c4f1184..85652faca 100644 --- a/tests/interactive/entry.js +++ b/tests/interactive/entry.js @@ -6,8 +6,6 @@ const Clutter = imports.gi.Clutter; const Lang = imports.lang; const St = imports.gi.St; -const Calendar = imports.ui.calendar; - function test() { let stage = new Clutter.Stage({ width: 400, height: 400 }); UI.init(stage);