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); |