Index: test/mjsunit/runtime-gen/weakcollectionset.js |
diff --git a/test/mjsunit/runtime-gen/weakcollectionset.js b/test/mjsunit/runtime-gen/weakcollectionset.js |
deleted file mode 100644 |
index 3479ba603166db80df78932ba6677ec47f5b9eac..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/weakcollectionset.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 _weak_collection = new WeakMap(); |
-var _key = new Object(); |
-var _value = new Object(); |
-%WeakCollectionSet(_weak_collection, _key, _value); |