summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/TypedArray/subarray.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/tests/non262/TypedArray/subarray.js')
-rw-r--r--js/src/tests/non262/TypedArray/subarray.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/tests/non262/TypedArray/subarray.js b/js/src/tests/non262/TypedArray/subarray.js
index a7bfab0efd..7ae41a0c93 100644
--- a/js/src/tests/non262/TypedArray/subarray.js
+++ b/js/src/tests/non262/TypedArray/subarray.js
@@ -1,3 +1,4 @@
+// |reftest| shell-option(--enable-float16array)
// Bug 1291003
if (typeof detachArrayBuffer === "function") {
for (let constructor of typedArrayConstructors) {