Revision: 3053
Author: [email protected]
Date: Tue Oct 13 01:29:19 2009
Log: Fixed trim test failure.

Review URL: http://codereview.chromium.org/273033

http://code.google.com/p/v8/source/detail?r=3053

Modified:
  /branches/bleeding_edge/test/mjsunit/third_party/string-trim.js

=======================================
--- /branches/bleeding_edge/test/mjsunit/third_party/string-trim.js     Tue Oct 
 
13 01:13:45 2009
+++ /branches/bleeding_edge/test/mjsunit/third_party/string-trim.js     Tue Oct 
 
13 01:29:19 2009
@@ -96,7 +96,7 @@
  assertEquals(rightTrimString.trimLeft(),  testString);
  assertEquals(rightTrimString.trimRight(), rightTrimString);

-var testValues = [0, Infinity, NaN, true, false, ({}), ['an','array']
+var testValues = [0, Infinity, NaN, true, false, ({}), ['an','array'],
    ({toString:function(){return 'wibble'}})
  ];


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

Reply via email to