Index: test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.js |
diff --git a/test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.js b/test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.js |
deleted file mode 100644 |
index 7016e1c0624cbaa1b86fbd5f646a9cb23a723081..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/optimizeobjectforaddingmultipleproperties.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 _object = new Object(); |
-var _properties = 1; |
-%OptimizeObjectForAddingMultipleProperties(_object, _properties); |