Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as r22503 (tree was closed).

Description:
Missing runtime test

TBR=svenpa...@chromium.org
BUG=

Committed: https://code.google.com/p/v8/source/detail?r=22503

Please review this at https://codereview.chromium.org/407943002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  A + test/mjsunit/runtime-gen/functionisarrow.js


Index: test/mjsunit/runtime-gen/functionisarrow.js
diff --git a/test/mjsunit/runtime-gen/arrayconcat.js b/test/mjsunit/runtime-gen/functionisarrow.js
similarity index 78%
copy from test/mjsunit/runtime-gen/arrayconcat.js
copy to test/mjsunit/runtime-gen/functionisarrow.js
index 0b080697ae0193b7b64a451cc9b42a5124872eca..be4b60511d53231afa99ac146fd1008d24cd85e4 100644
--- a/test/mjsunit/runtime-gen/arrayconcat.js
+++ b/test/mjsunit/runtime-gen/functionisarrow.js
@@ -1,5 +1,5 @@
 // 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 arg0 = [1, 'a'];
-%ArrayConcat(arg0);
+var arg0 = () => null;
+%FunctionIsArrow(arg0);


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to