Reviewers: Benedikt Meurer,

Message:
PTAL

Description:
Repair test expectations for webkit test.

When adding the new tests in https://codereview.chromium.org/21070002/ the tabs in .js files were automatically replaced with spaces (for presubmit to work).

This replaces the tabs also in a test expectation file for the output to match
again.

Please review this at https://codereview.chromium.org/21156008/

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

Affected files:
  M test/webkit/fast/js/kde/cast-expected.txt


Index: test/webkit/fast/js/kde/cast-expected.txt
diff --git a/test/webkit/fast/js/kde/cast-expected.txt b/test/webkit/fast/js/kde/cast-expected.txt index 71605d951f6de0265234221f4917cd0a4c689ed5..8043fdcbcf5052540f0696719eebd07c2bc1eeb9 100644
--- a/test/webkit/fast/js/kde/cast-expected.txt
+++ b/test/webkit/fast/js/kde/cast-expected.txt
@@ -29,7 +29,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
 PASS Boolean(1) === true is true
 PASS var s = String; s(1) === '1' is true
 PASS n = Number; n(true) === 1 is true
-PASS String(Array('a', 'b'     )) is 'a,b'
+PASS String(Array('a', 'b'        )) is 'a,b'
 PASS successfullyParsed is true

 TEST COMPLETE


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to