diff --git a/test/language/statements/labeled/continue.js b/test/language/statements/labeled/continue.js index bc144d204f..255bccc71a 100644 --- a/test/language/statements/labeled/continue.js +++ b/test/language/statements/labeled/continue.js @@ -12,7 +12,7 @@ info: | 1. Let label be the StringValue of LabelIdentifier. 2. Let newLabelSet be a copy of labelSet with label appended. 3. Return ContainsUndefinedContinueTarget of LabelledItem with arguments - iterationSet and newLabelSet. negative: SyntaxError + iterationSet and newLabelSet. negative: phase: early type: SyntaxError