summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/TypedArray/large-arrays.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/non262/TypedArray/large-arrays.js')
-rw-r--r--js/src/tests/non262/TypedArray/large-arrays.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/non262/TypedArray/large-arrays.js b/js/src/tests/non262/TypedArray/large-arrays.js
index 56ce117494..5d65c21464 100644
--- a/js/src/tests/non262/TypedArray/large-arrays.js
+++ b/js/src/tests/non262/TypedArray/large-arrays.js
@@ -1,4 +1,4 @@
-// |reftest| slow skip-if(!xulRuntime.shell)
+// |reftest| shell-option(--enable-float16array) slow skip-if(!xulRuntime.shell)
// Test that we can access TypedArrays beyond the 4GB mark, if large buffers are
// supported.