summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/TypedArray/sort_comparators.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/non262/TypedArray/sort_comparators.js')
-rw-r--r--js/src/tests/non262/TypedArray/sort_comparators.js1
1 files changed, 1 insertions, 0 deletions
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]);