From 8dd16259287f58f9273002717ec4d27e97127719 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 07:43:14 +0200 Subject: Merging upstream version 127.0. Signed-off-by: Daniel Baumann --- js/src/tests/non262/TypedArray/sort_comparators.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js/src/tests/non262/TypedArray/sort_comparators.js') diff --git a/js/src/tests/non262/TypedArray/sort_comparators.js b/js/src/tests/non262/TypedArray/sort_comparators.js index ca190948fc..6578bb066c 100644 --- a/js/src/tests/non262/TypedArray/sort_comparators.js +++ b/js/src/tests/non262/TypedArray/sort_comparators.js @@ -1,3 +1,4 @@ +// |reftest| shell-option(--enable-float16array) // Ensure that sorts finish even if a comparator adds items // Note: the array is not expected to be properly sorted. let outsideArray = new Int32Array([1, 99, 2]); -- cgit v1.2.3