From 3760b802ca28c57e617318f067b009bf084f00b9 Mon Sep 17 00:00:00 2001
From: Marshall Roch <marshall@mroch.com>
Date: Tue, 29 Aug 2017 22:46:11 -0700
Subject: [PATCH] Typo in test/language/statements/labeled/continue.js

---
 test/language/statements/labeled/continue.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab