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

Unified Diff: test/mjsunit/es7/regress/regress-443982.js

Issue 1511293002: Pass --harmony-object-observe in tests that depend on it (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « test/cctest/test-object-observe.cc ('k') | test/mjsunit/regress/regress-417709b.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/es7/regress/regress-443982.js
diff --git a/test/mjsunit/es7/regress/regress-443982.js b/test/mjsunit/es7/regress/regress-443982.js
index 5a2e9cd6db7c2ab897db296b94e6eb1c14fe7fb8..e04f14c0c6d756f93bfd0d827055bf139fe7c65f 100644
--- a/test/mjsunit/es7/regress/regress-443982.js
+++ b/test/mjsunit/es7/regress/regress-443982.js
@@ -1,6 +1,8 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+//
+// Flags: --harmony-object-observe
var records;
function observer(r) {
« no previous file with comments | « test/cctest/test-object-observe.cc ('k') | test/mjsunit/regress/regress-417709b.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698