summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-24 08:56:05 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-24 08:56:05 +0000
commit6b9f2095a314fcdef1651fa91ce02161b90131e4 (patch)
treee71f1c25eda55ba5418dc6e69f43a36c4445a84e /testing
parent4a42352e6418b69e600422fc516ad1e74c708fa9 (diff)
downloadUXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar
UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.gz
UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.lz
UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.xz
UXP-6b9f2095a314fcdef1651fa91ce02161b90131e4.zip
Issue #1656 - Part 9: Single-line-comment style.
Diffstat (limited to 'testing')
-rw-r--r--testing/web-platform/tests/resources/idlharness.js1
-rw-r--r--testing/web-platform/tests/resources/testharness.js1
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/web-platform/tests/resources/idlharness.js b/testing/web-platform/tests/resources/idlharness.js
index 608964659..314223001 100644
--- a/testing/web-platform/tests/resources/idlharness.js
+++ b/testing/web-platform/tests/resources/idlharness.js
@@ -1850,4 +1850,3 @@ function IdlTypedef(obj)
IdlTypedef.prototype = Object.create(IdlObject.prototype);
}());
-// vim: set expandtab shiftwidth=4 tabstop=4 foldmarker=@{,@} foldmethod=marker:
diff --git a/testing/web-platform/tests/resources/testharness.js b/testing/web-platform/tests/resources/testharness.js
index 5b924b109..921c3b1e2 100644
--- a/testing/web-platform/tests/resources/testharness.js
+++ b/testing/web-platform/tests/resources/testharness.js
@@ -2679,4 +2679,3 @@ policies and contribution forms [3].
test_environment.on_tests_ready();
})();
-// vim: set expandtab shiftwidth=4 tabstop=4: