Index: test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js |
diff --git a/test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js b/test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js |
index d39134a89661690359018e2a9469ba7f3a71b0cd..ad2b6e67d9ef7bb30748ecbbc8719e0f472c7d7f 100644 |
--- a/test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.js |
+++ b/test/mjsunit/runtime-gen/stringreplaceglobalregexpwithstring.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 _subject = "foo"; |
var _regexp = /ab/g; |
var _replacement = "foo"; |