aboutsummaryrefslogtreecommitdiff
path: root/test/tests/amd-extra-deps.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests/amd-extra-deps.js')
-rw-r--r--test/tests/amd-extra-deps.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/tests/amd-extra-deps.js b/test/tests/amd-extra-deps.js
deleted file mode 100644
index 86b8777ff..000000000
--- a/test/tests/amd-extra-deps.js
+++ /dev/null
@@ -1,7 +0,0 @@
-// NB update to "deps[]" when deps is deprecated
-"deps ./amd-dep-A.js";
-"deps ./amd-dep-B.js";
-
-define([], function() {
- return [A, B];
-}); \ No newline at end of file