| Index: test/mjsunit/runtime-gen/isinprototypechain.js
|
| diff --git a/test/mjsunit/runtime-gen/isinprototypechain.js b/test/mjsunit/runtime-gen/isinprototypechain.js
|
| deleted file mode 100644
|
| index 37048348d195cc4f69fbe0263549cbf0fa8f8275..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/runtime-gen/isinprototypechain.js
|
| +++ /dev/null
|
| @@ -1,6 +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 _O = new Object();
|
| -var _V = new Object();
|
| -%IsInPrototypeChain(_O, _V);
|
|
|