Chromium Code Reviews| Index: test/mjsunit/override-eval-with-non-function.js |
| diff --git a/test/mjsunit/override-eval-with-non-function.js b/test/mjsunit/override-eval-with-non-function.js |
| index aa93b253050e1ece360168add1899f4237ef1486..edbcb19fb7fa7ed3e9bf9a5fc8832a1b0f119f5a 100644 |
| --- a/test/mjsunit/override-eval-with-non-function.js |
| +++ b/test/mjsunit/override-eval-with-non-function.js |
| @@ -30,7 +30,7 @@ |
| function test() { |
| eval = /foo/; |
| - assertEquals("foo", eval("foobar")); |
| + assertEquals(["foo"], eval("foobar")); |
| } |
| test(); |