Index: test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js |
diff --git a/test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js b/test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.js |
deleted file mode 100644 |
index 13641d2c2b9a7f185d259208cb1a0b857ab17e9a..0000000000000000000000000000000000000000 |
--- a/test/mjsunit/runtime-gen/debugnamedinterceptorpropertyvalue.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 --harmony-proxies |
-var _obj = new Object(); |
-var _name = "name"; |
-try { |
-%DebugNamedInterceptorPropertyValue(_obj, _name); |
-} catch(e) {} |