summaryrefslogtreecommitdiffstats
path: root/js/xpconnect/tests/unit/test_returncode.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/xpconnect/tests/unit/test_returncode.js')
-rw-r--r--js/xpconnect/tests/unit/test_returncode.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/xpconnect/tests/unit/test_returncode.js b/js/xpconnect/tests/unit/test_returncode.js
index de4289c013..31997eb4ad 100644
--- a/js/xpconnect/tests/unit/test_returncode.js
+++ b/js/xpconnect/tests/unit/test_returncode.js
@@ -14,10 +14,6 @@ function run_test() {
// Load the component manifests.
registerXPCTestComponents();
- // and the tests.
- test_simple("@mozilla.org/js/xpc/test/native/ReturnCodeParent;1");
- test_nested("@mozilla.org/js/xpc/test/native/ReturnCodeParent;1");
-
test_simple("@mozilla.org/js/xpc/test/native/ESMReturnCodeParent;1");
test_nested("@mozilla.org/js/xpc/test/native/ESMReturnCodeParent;1");
}