Commit 6514a412 authored by Ben Noordhuis's avatar Ben Noordhuis Committed by Fedor Indutny
Browse files

test: fix array sorting bug

`a === a.sort()` is always true because Array#sort() does an in-place
sort.  Make a copy of the array first.
parent 74d9aa49
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment