summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/TypedArray/constructor-length-too-large.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/non262/TypedArray/constructor-length-too-large.js')
-rw-r--r--js/src/tests/non262/TypedArray/constructor-length-too-large.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tests/non262/TypedArray/constructor-length-too-large.js b/js/src/tests/non262/TypedArray/constructor-length-too-large.js
index 7a7a785041..456b6db284 100644
--- a/js/src/tests/non262/TypedArray/constructor-length-too-large.js
+++ b/js/src/tests/non262/TypedArray/constructor-length-too-large.js
@@ -1,4 +1,4 @@
-// |reftest| skip-if(!xulRuntime.shell)
+// |reftest| shell-option(--enable-float16array) skip-if(!xulRuntime.shell)
// Test that all TypedArray constructor variants throw a RangeError when
// attempting to create a too large array.