| commit | 053d10c438f14580aaf4ab1b2aad93a5a4fe8b82 | [log] [tgz] |
|---|---|---|
| author | Steve Block <steveblock@google.com> | Mon Jun 13 19:13:29 2011 +0100 |
| committer | Steve Block <steveblock@google.com> | Mon Jun 13 19:47:33 2011 +0100 |
| tree | 252c105b821e8370a0cc06c168f909e9817a3ebb | |
| parent | 442c3c4c26c4d864ad9a4948f856e706e77c3cd2 [diff] [blame] |
Merge V8 at branches/3.2 r8200: Initial merge by Git Change-Id: I5c434306e98132997e9c5f6024b6ce200b255edf
diff --git a/test/mjsunit/override-eval-with-non-function.js b/test/mjsunit/override-eval-with-non-function.js index edbcb19..aa93b25 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();