blob: 6d8c110915b36de840b8b42b7e9344dd27f8aae6 [file] [log] [blame]
Tests the behavior of Array.prototype.concat while the array is having a bad time due to one of the elements we are concatenating.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS [42].concat() is [42]
PASS successfullyParsed is true
TEST COMPLETE