| Index: test/mjsunit/string-charat.js
|
| diff --git a/test/mjsunit/string-charat.js b/test/mjsunit/string-charat.js
|
| index 5ce4e89473b52ae3826943c0515e9119e2694cc0..c8b326c13ab2aa2aa97b94ff1e0e7a9dcbb6b495 100644
|
| --- a/test/mjsunit/string-charat.js
|
| +++ b/test/mjsunit/string-charat.js
|
| @@ -28,7 +28,7 @@
|
| var s = "test";
|
|
|
| function getTwoByteString() { return "\u1234t"; }
|
| -function getCons() { return "testtesttesttest" + getTwoByteString() }
|
| +function getCons() { return "testtesttesttest" + getTwoByteString(); }
|
|
|
| var slowIndex1 = { valueOf: function() { return 1; } };
|
| var slowIndex2 = { toString: function() { return "2"; } };
|
|
|