Index: test/mjsunit/runtime-gen/getcalltrap.js |
diff --git a/test/mjsunit/runtime-gen/getcalltrap.js b/test/mjsunit/runtime-gen/getcalltrap.js |
index 1ec8a7dab8571b8384659844d65eca9cb4f2bdd2..406af9ffd9e735d7d6dba7a8b68ee78f5db116bf 100644 |
--- a/test/mjsunit/runtime-gen/getcalltrap.js |
+++ b/test/mjsunit/runtime-gen/getcalltrap.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 _proxy = Proxy.createFunction({}, function() {}); |
%GetCallTrap(_proxy); |