From bd01c1df61719c053e09f655661c51d063812a53 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Wed, 10 Sep 2014 17:36:00 +0000 Subject: [PATCH] Remove runtime test for concise methods The runtime tests have been removed. LOG=N BUG=None R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/560893002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23847 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/runtime-gen/functionisconcisemethod.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/mjsunit/runtime-gen/functionisconcisemethod.js diff --git a/test/mjsunit/runtime-gen/functionisconcisemethod.js b/test/mjsunit/runtime-gen/functionisconcisemethod.js deleted file mode 100644 index 95bc85b..0000000 --- a/test/mjsunit/runtime-gen/functionisconcisemethod.js +++ /dev/null @@ -1,5 +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 _f = function() {}; -%FunctionIsConciseMethod(_f); -- 2.7.4