Skip to content

Commit 5568cf1

Browse files
committed
Reorder includes in staging/sm
1 parent 2f9a815 commit 5568cf1

File tree

1,430 files changed

+1460
-1460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,430 files changed

+1460
-1460
lines changed

test/staging/sm/Array/array-length-set-during-for-in.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

test/staging/sm/Array/array-length-set-on-nonarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*---
7-
includes: [sm/non262-shell.js, sm/non262.js]
7+
includes: [sm/non262.js, sm/non262-shell.js]
88
flags:
99
- noStrict
1010
description: |

test/staging/sm/Array/at.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

test/staging/sm/Array/change-array-by-copy-cross-compartment-create.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

test/staging/sm/Array/change-array-by-copy-errors-from-correct-realm.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

test/staging/sm/Array/concat-proxy.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

test/staging/sm/Array/concat-spreadable-basic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*---
77
flags:
88
- onlyStrict
9-
includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js]
9+
includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js]
1010
description: |
1111
pending
1212
esid: pending

test/staging/sm/Array/concat-spreadable-primitive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/*---
77
flags:
88
- onlyStrict
9-
includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js]
9+
includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js]
1010
description: |
1111
pending
1212
esid: pending

test/staging/sm/Array/fill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55

66
/*---
7-
includes: [deepEqual.js, sm/non262-shell.js, sm/non262.js]
7+
includes: [sm/non262.js, sm/non262-shell.js, deepEqual.js]
88
flags:
99
- noStrict
1010
description: |

test/staging/sm/Array/for_of_1.js

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

44
/*---
5-
includes: [sm/non262-shell.js, sm/non262.js]
5+
includes: [sm/non262.js, sm/non262-shell.js]
66
flags:
77
- noStrict
88
description: |

0 commit comments

Comments
 (0)