From eb70e6e3d0bff11c25f14b1196025791bf2308fb Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 25 Feb 2020 15:07:00 -0500 Subject: Issue #439 - Remove tests from toolkit/ --- toolkit/components/workerloader/tests/moduleD-circular.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolkit/components/workerloader/tests/moduleD-circular.js (limited to 'toolkit/components/workerloader/tests/moduleD-circular.js') diff --git a/toolkit/components/workerloader/tests/moduleD-circular.js b/toolkit/components/workerloader/tests/moduleD-circular.js deleted file mode 100644 index d77bdc74d..000000000 --- a/toolkit/components/workerloader/tests/moduleD-circular.js +++ /dev/null @@ -1,11 +0,0 @@ -/* Any copyright is dedicated to the Public Domain. - * http://creativecommons.org/publicdomain/zero/1.0/ */ - -// Module C and module D have circular dependencies. -// This should not prevent from loading them. - -exports.enteredD = true; -var C = require("chrome://mochitests/content/chrome/toolkit/components/workerloader/tests/moduleC-circular.js"); -exports.copiedFromC = JSON.parse(JSON.stringify(C)); -exports.exportedFromC = C; -exports.finishedD = true; -- cgit v1.2.3