| Index: test/mjsunit/runtime-gen/regexpcompile.js
|
| diff --git a/test/mjsunit/runtime-gen/regexpcompile.js b/test/mjsunit/runtime-gen/regexpcompile.js
|
| deleted file mode 100644
|
| index c0edfa6fcf9d3b8e23c3838466c0fd4925fb1282..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/runtime-gen/regexpcompile.js
|
| +++ /dev/null
|
| @@ -1,7 +0,0 @@
|
| -// 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 --harmony-proxies
|
| -var _re = /ab/g;
|
| -var _pattern = "foo";
|
| -var _flags = "foo";
|
| -%RegExpCompile(_re, _pattern, _flags);
|
|
|