| Index: test/mjsunit/indexed-value-properties.js
|
| diff --git a/test/mjsunit/indexed-value-properties.js b/test/mjsunit/indexed-value-properties.js
|
| index 92bb896eaf53aae187a3dafb2fbd11b4376d170f..413cf3a0dec4fa751258bf7836cbeeff2bdd9e1b 100644
|
| --- a/test/mjsunit/indexed-value-properties.js
|
| +++ b/test/mjsunit/indexed-value-properties.js
|
| @@ -28,7 +28,7 @@
|
| // Test that the Number, String and Boolean prototypes are searched
|
| // for indexed properties on value objects.
|
|
|
| -function return_one() { return 1; };
|
| +function return_one() { return 1; }
|
|
|
| function test(value) {
|
| for (var i = 0; i < 10; i++) {
|
|
|