| Index: test/mjsunit/runtime-gen/typedarraysetfastcases.js
|
| diff --git a/test/mjsunit/runtime-gen/typedarraysetfastcases.js b/test/mjsunit/runtime-gen/typedarraysetfastcases.js
|
| deleted file mode 100644
|
| index 495212952b25458e8dbe580c0253673cf50353a7..0000000000000000000000000000000000000000
|
| --- a/test/mjsunit/runtime-gen/typedarraysetfastcases.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 _target_obj = new Int32Array(2);
|
| -var _source_obj = new Int32Array(2);
|
| -var arg2 = 0;
|
| -%TypedArraySetFastCases(_target_obj, _source_obj, arg2);
|
|
|