Skip to content

Commit 63d6bb6

Browse files
anbaptomato
authored andcommitted
Fix lint errors
1 parent 620b97b commit 63d6bb6

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

test/staging/sm/Math/acosh-exact.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
includes: [sm/non262-Math-shell.js]
65
description: |
76
pending
87
esid: pending

test/staging/sm/Math/atanh-exact.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
includes: [sm/non262-Math-shell.js]
65
description: |
76
pending
87
esid: pending

test/staging/sm/Math/log1p-exact.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
includes: [sm/non262-Math-shell.js]
65
description: |
76
pending
87
esid: pending

test/staging/sm/Math/trunc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// This code is governed by the BSD license found in the LICENSE file.
33

44
/*---
5-
includes: [sm/non262-Math-shell.js]
65
description: |
76
pending
87
esid: pending

test/staging/sm/async-functions/async-contains-unicode-escape-module.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ flags:
1212
- module
1313
---*/
1414

15+
$DONOTEVALUATE();
16+
1517
export default \u0061sync function f() {}

0 commit comments

Comments
 (0)