* fast/js/for-in-avoid-duplicates-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@15472
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-07-16 Maciej Stachowiak <mjs@apple.com>
+
+ - fixed typo in expected results
+
+ * fast/js/for-in-avoid-duplicates-expected.txt:
+
2006-07-16 Darin Adler <darin@apple.com>
Reviewed by John Sullivan (new test, not the changes to existing ones).
-This tests that for/in statements don't report properties that are in both an object ant its prototype more than once.
+This tests that for/in statements don't report properties that are in both an object and its prototype more than once.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".