Skip to content

Commit 531233c

Browse files
committed
[Tests] sync use(null) assertion: bump step number to match Stage 4 spec
1 parent 6f05a81 commit 531233c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module.exports = {
100100
instance.use();
101101
instance.use(disposable);
102102

103-
// AddDisposableResource step 1.a: `use(null)` and `use(undefined)` on a sync stack must return without pushing a resource.
103+
// AddDisposableResource step 2.a: `use(null)` and `use(undefined)` on a sync stack must return without pushing a resource.
104104
if (SLOT.has(instance, '[[DisposableResourceStack]]')) {
105105
st.equal(
106106
SLOT.get(instance, '[[DisposableResourceStack]]').length,

0 commit comments

Comments
 (0)