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 |