Index: test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js |
diff --git a/test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js b/test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js |
index a8198680d3e1dab42ee61cf32fcdd537ad09917c..776997009ca94308536dd8a94931e92a7b7e5cea 100644 |
--- a/test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js |
+++ b/test/mjsunit/runtime-gen/objectwascreatedincurrentorigin.js |
@@ -1,5 +1,5 @@ |
// 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 _object = new Object(); |
%ObjectWasCreatedInCurrentOrigin(_object); |