summaryrefslogtreecommitdiffstats
path: root/toolkit/components/workerloader/tests/moduleE-throws-during-require.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/workerloader/tests/moduleE-throws-during-require.js')
-rw-r--r--toolkit/components/workerloader/tests/moduleE-throws-during-require.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/toolkit/components/workerloader/tests/moduleE-throws-during-require.js b/toolkit/components/workerloader/tests/moduleE-throws-during-require.js
deleted file mode 100644
index b0be0449f..000000000
--- a/toolkit/components/workerloader/tests/moduleE-throws-during-require.js
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Any copyright is dedicated to the Public Domain.
- * http://creativecommons.org/publicdomain/zero/1.0/ */
-
-// Skip a few lines
-// 5
-// 6
-// 7
-// 8
-// 9
-throw new Error("Let's see if this error is obtained with the right origin");