| Index: test/mjsunit/value-wrapper.js
|
| diff --git a/test/mjsunit/value-wrapper.js b/test/mjsunit/value-wrapper.js
|
| index 76e200f36e5bd45b8540c0c0d0fb009221eaebb1..cc81f9555931c63f19538e45854292a0ffc592a6 100644
|
| --- a/test/mjsunit/value-wrapper.js
|
| +++ b/test/mjsunit/value-wrapper.js
|
| @@ -31,6 +31,7 @@
|
| // When running the tests use loops to ensure that the call site moves through
|
| // the different IC states and that both the runtime system and the generated
|
| // IC code is tested.
|
| +
|
| function RunTests() {
|
| for (var i = 0; i < 10; i++) {
|
| assertEquals('object', 'xxx'.TypeOfThis());
|
|
|