blob: 767d2a6b1a10742486e83f2381fb35064f373275 [file] [log] [blame]
Tests the code path of typedArray.set that bottoms out in memmove.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo(10) is [42,42,43,44,45,46,47,48,49,50,51]
PASS bar(10) is [42,43,44,45,46,47,48,49,50,51,51]
PASS successfullyParsed is true
TEST COMPLETE