Index: test/webkit/class-syntax-scoping-expected.txt |
diff --git a/test/webkit/fast/js/Promise-static-resolve-expected.txt b/test/webkit/class-syntax-scoping-expected.txt |
similarity index 64% |
copy from test/webkit/fast/js/Promise-static-resolve-expected.txt |
copy to test/webkit/class-syntax-scoping-expected.txt |
index 40c267e69dff8f71cd65b3c8230cf141e3a44e76..1a8dd35f206ee8b88b5fe37f0bc584a10e0d85eb 100644 |
--- a/test/webkit/fast/js/Promise-static-resolve-expected.txt |
+++ b/test/webkit/class-syntax-scoping-expected.txt |
@@ -1,9 +1,9 @@ |
-Test Promise.resolve |
+Tests for scoping of variables in ES6 class syntax |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS result is undefined |
-PASS result is "hello" |
+ |
+PASS test() is "PASS" |
PASS successfullyParsed is true |
TEST COMPLETE |