summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2018-11-28 00:09:49 +0100
committerFlorian Müllner <florian.muellner@gmail.com>2019-01-22 21:33:46 +0000
commit2fc1f1adbe832489bdde81b741dae4dc4418acc8 (patch)
treea1cb9f406ed57d3b1684c5b3d9991b996aa419bf /tests
parent200f4908d5fab5f7f7eba5d199190c70cd2be3a0 (diff)
downloadgnome-shell-2fc1f1adbe832489bdde81b741dae4dc4418acc8.tar.gz
cleanup: Remove obsolete Lang imports
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/350
Diffstat (limited to 'tests')
-rw-r--r--tests/interactive/box-shadow-animated.js1
-rw-r--r--tests/interactive/calendar.js1
-rw-r--r--tests/interactive/entry.js1
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/interactive/box-shadow-animated.js b/tests/interactive/box-shadow-animated.js
index d90e774ef..020c28976 100644
--- a/tests/interactive/box-shadow-animated.js
+++ b/tests/interactive/box-shadow-animated.js
@@ -6,7 +6,6 @@ const Clutter = imports.gi.Clutter;
const St = imports.gi.St;
const Mainloop = imports.mainloop;
const GLib = imports.gi.GLib;
-const Lang = imports.lang;
const DELAY = 2000;
diff --git a/tests/interactive/calendar.js b/tests/interactive/calendar.js
index fa7e4a680..3253a4939 100644
--- a/tests/interactive/calendar.js
+++ b/tests/interactive/calendar.js
@@ -3,7 +3,6 @@
const UI = imports.testcommon.ui;
const Clutter = imports.gi.Clutter;
-const Lang = imports.lang;
const St = imports.gi.St;
function test() {
diff --git a/tests/interactive/entry.js b/tests/interactive/entry.js
index 4d8229a39..c3dffb6a8 100644
--- a/tests/interactive/entry.js
+++ b/tests/interactive/entry.js
@@ -3,7 +3,6 @@
const UI = imports.testcommon.ui;
const Clutter = imports.gi.Clutter;
-const Lang = imports.lang;
const Mainloop = imports.mainloop;
const St = imports.gi.St;