Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: test/webkit/fast/js/kde/cast-expected.txt

Issue 21156008: Repair test expectations for webkit test. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698