| Index: test/webkit/fast/js/string-anchor.js
|
| diff --git a/test/webkit/fast/js/string-anchor.js b/test/webkit/fast/js/string-anchor.js
|
| index f213b89156daa2a2810b94de3183d0ed3fc10896..d954928acc34ddd21f66d8a2b2331dd6d2184391 100644
|
| --- a/test/webkit/fast/js/string-anchor.js
|
| +++ b/test/webkit/fast/js/string-anchor.js
|
| @@ -50,4 +50,4 @@ shouldThrow("String.prototype.anchor.call(undefined)", '"TypeError: Type error"'
|
| shouldThrow("String.prototype.anchor.call(null)", '"TypeError: Type error"');
|
|
|
| // Check anchor.length.
|
| -shouldBe("String.prototype.anchor.length", "1");
|
| +shouldBe("String.prototype.anchor.length", "1");
|
|
|