Reviewers: Michael Starzinger,

Description:
Fix test.


[email protected]
BUG=
TEST=


Please review this at https://chromiumcodereview.appspot.com/10442030/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M test/mjsunit/regexp-global.js


Index: test/mjsunit/regexp-global.js
diff --git a/test/mjsunit/regexp-global.js b/test/mjsunit/regexp-global.js
index 4b833d7c6c69a037878e8ae13109e38a69250810..12f857859648cdab2c7f9be94f9e1344f2c3e466 100644
--- a/test/mjsunit/regexp-global.js
+++ b/test/mjsunit/regexp-global.js
@@ -129,4 +129,4 @@ assertEquals("4, 2!", str);
 // Test capture that is a real substring.
 var str = "Beasts of England, beasts of Ireland";
 str = str.replace(/(.*)/g, function(match) { return '~'; });
-assertEquals("~~");
+assertEquals("~~", str);


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to