Skip to content

Commit

Permalink
TEMP: Add some linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Nov 5, 2024
1 parent a20d1ec commit 801dfc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/built-ins/Array/prototype/at/name.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ info: |
17 ECMAScript Standard Built-in Objects
includes: [propertyHelper.js]
includes: [propertyHelper.js, temporalHelpers.js]
features: [Array.prototype.at]
---*/
assert.sameValue(
Expand Down
4 changes: 2 additions & 2 deletions test/built-ins/Array/prototype/at/returns-item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
// Copyright (C) Rick Waldron. All rights reserved.
// This code is governed by the LICENSE TEST license.
/*---
esid: sec-array.prototype.at
description: >
Expand Down

0 comments on commit 801dfc3

Please sign in to comment.