Index: test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js |
diff --git a/test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js b/test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js |
index 8767e69ee111315d41f9d38714c57a72bf8f55a3..473b263241d807e3d3e453cdb80f3488b9ea82fb 100644 |
--- a/test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.js |
+++ b/test/mjsunit/runtime-gen/getfunctioncodepositionfromsource.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 _function = function() {}; |
var _source_position = 32; |
%GetFunctionCodePositionFromSource(_function, _source_position); |