| Index: test/webkit/var-declarations-zero-width.js | 
| diff --git a/test/webkit/var-declarations-zero-width.js b/test/webkit/var-declarations-zero-width.js | 
| index 8b5f90f2c967d5eee699f10c2dd64b3f627d47c3..e7b7c455dc1b11c9cfc9ac53a245464cde83e1e3 100644 | 
| --- a/test/webkit/var-declarations-zero-width.js | 
| +++ b/test/webkit/var-declarations-zero-width.js | 
| @@ -25,4 +25,4 @@ description("This page tests if U+200C and U+200D are allowed as part of an iden | 
|  | 
| shouldBe("var x\u200c = 42; x\u200c", "42"); | 
| shouldBe("var x\u200d = 43; x\u200d", "43"); | 
| -shouldBe("var x\u200c\u200d = 44; x\u200c\u200d", "44"); | 
| +shouldBe("var x\u200c\u200d = 44; x\u200c\u200d", "44"); | 
|  |