| Index: test/mjsunit/runtime-gen/addpropertyfortemplate.js
|
| diff --git a/test/mjsunit/runtime-gen/addpropertyfortemplate.js b/test/mjsunit/runtime-gen/addpropertyfortemplate.js
|
| deleted file mode 100644
|
| index bb8cf366e819e02d45323e1e806f03ab3406588c..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/runtime-gen/addpropertyfortemplate.js
|
| +++ /dev/null
|
| @@ -1,8 +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
|
| -var _object = new Object();
|
| -var arg1 = 10;
|
| -var _value = new Object();
|
| -var _unchecked_attributes = 1;
|
| -%AddPropertyForTemplate(_object, arg1, _value, _unchecked_attributes);
|
|
|