| Index: test/mjsunit/runtime-gen/getoptimizationcount.js
|
| diff --git a/test/mjsunit/runtime-gen/getoptimizationcount.js b/test/mjsunit/runtime-gen/getoptimizationcount.js
|
| index 1979919430b530826bd7d9ba18482b34eb2c008f..da1ab9efcce6dea0181b598000136a0880a9f1b6 100644
|
| --- a/test/mjsunit/runtime-gen/getoptimizationcount.js
|
| +++ b/test/mjsunit/runtime-gen/getoptimizationcount.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 _function = function() {};
|
| %GetOptimizationCount(_function);
|
|
|