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
This commit is contained in:
parent
9e0e7a4067
commit
4c72244c2e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user