diff --git a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js index 1f904785b3..eef3ed37ce 100644 --- a/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js +++ b/test/built-ins/Promise/prototype/then/S25.4.4_A2.1_T3.js @@ -37,6 +37,6 @@ Promise.resolve().then(function() { assert.sameValue(sequence.length, 3); checkSequence(sequence, "Expected 1,2,3"); }).then($DONE, $DONE); -}).then($DONE, $DONE); +}); sequence.push(1);