summaryrefslogtreecommitdiffstats
path: root/toolkit/components/commandlines/test/unit/test_bug666224.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/commandlines/test/unit/test_bug666224.js')
-rw-r--r--toolkit/components/commandlines/test/unit/test_bug666224.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/components/commandlines/test/unit/test_bug666224.js b/toolkit/components/commandlines/test/unit/test_bug666224.js
deleted file mode 100644
index 8d372097a..000000000
--- a/toolkit/components/commandlines/test/unit/test_bug666224.js
+++ /dev/null
@@ -1,6 +0,0 @@
-function run_test() {
- var cmdLine=Components.classes["@mozilla.org/toolkit/command-line;1"].createInstance(Components.interfaces.nsICommandLine);
- try {
- cmdLine.getArgument(cmdLine.length);
- } catch (e) {}
-}