| Index: test/mjsunit/runtime-gen/compilestring.js | 
| diff --git a/test/mjsunit/runtime-gen/compilestring.js b/test/mjsunit/runtime-gen/compilestring.js | 
| index cc3e10c6a7796c193a31d86412aab357dfbf011f..659afcaaefa8d6ce4c8bd3b7efca47ea80f5fe00 100644 | 
| --- a/test/mjsunit/runtime-gen/compilestring.js | 
| +++ b/test/mjsunit/runtime-gen/compilestring.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 _source = "foo"; | 
| var arg1 = false; | 
| %CompileString(_source, arg1); | 
|  |