summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/jaeger/testForOps.js
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 /js/src/jit-test/tests/jaeger/testForOps.js
parent4a42352e6418b69e600422fc516ad1e74c708fa9 (diff)
downloaduxp-6b9f2095a314fcdef1651fa91ce02161b90131e4.tar.gz
Issue #1656 - Part 9: Single-line-comment style.
Diffstat (limited to 'js/src/jit-test/tests/jaeger/testForOps.js')
-rw-r--r--js/src/jit-test/tests/jaeger/testForOps.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/jaeger/testForOps.js b/js/src/jit-test/tests/jaeger/testForOps.js
index 773aae2495..f6057d1b5a 100644
--- a/js/src/jit-test/tests/jaeger/testForOps.js
+++ b/js/src/jit-test/tests/jaeger/testForOps.js
@@ -1,5 +1,4 @@
// |jit-test|
-// vim: set ts=8 sts=4 et sw=4 tw=99:
function assertObjectsEqual(obj1, obj2) {
assertEq(obj1.a, obj2.a);