diff --git a/test/language/statements/labeled/continue.js b/test/language/statements/labeled/continue.js
index bc144d204fdaef8e18b2c43651b30ee3ac7f6234..255bccc71a77708dd92d1d9d01ce23dc8a7316e9 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