Index: test/mjsunit/runtime-gen/getbreaklocations.js |
diff --git a/test/mjsunit/runtime-gen/getbreaklocations.js b/test/mjsunit/runtime-gen/getbreaklocations.js |
index be23e4d50e30e9034ed53214061f2f063321c360..d31fa15c513e43e95e53367ca11ca96cb3ba76c6 100644 |
--- a/test/mjsunit/runtime-gen/getbreaklocations.js |
+++ b/test/mjsunit/runtime-gen/getbreaklocations.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 _fun = function() {}; |
var arg1 = 0; |
%GetBreakLocations(_fun, arg1); |