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

Unified Diff: test/webkit/class-syntax-declaration.js

Issue 1448183002: [tests] Fix webkit class syntax tests to handle destructuring binding (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebased, renamed flag Created 5 years, 1 month 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 | test/webkit/class-syntax-declaration-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/class-syntax-declaration.js
diff --git a/test/webkit/class-syntax-declaration.js b/test/webkit/class-syntax-declaration.js
index 3c9aed7441e359838a22667f368ffc5c9831efca..f8ecdbb15191cca3f7f8cc07c5c863ad7f88c932 100644
--- a/test/webkit/class-syntax-declaration.js
+++ b/test/webkit/class-syntax-declaration.js
@@ -21,7 +21,7 @@
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
// SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-// Flags: --harmony-sloppy
+// Flags: --harmony-sloppy --harmony-destructuring-bind
description('Tests for ES6 class syntax declarations');
« no previous file with comments | « no previous file | test/webkit/class-syntax-declaration-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698