Index: test/mjsunit/runtime-gen/weakcollectionset.js |
diff --git a/test/mjsunit/runtime-gen/weakcollectionset.js b/test/mjsunit/runtime-gen/weakcollectionset.js |
index 037157a23be5d33cc4434bfb153164a7de03482a..3479ba603166db80df78932ba6677ec47f5b9eac 100644 |
--- a/test/mjsunit/runtime-gen/weakcollectionset.js |
+++ b/test/mjsunit/runtime-gen/weakcollectionset.js |
@@ -1,6 +1,6 @@ |
// Copyright 2014 the V8 project authors. All rights reserved. |
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY |
-// Flags: --allow-natives-syntax --harmony |
+// Flags: --allow-natives-syntax --harmony --harmony-proxies |
var _weak_collection = new WeakMap(); |
var _key = new Object(); |
var _value = new Object(); |