summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/of/nan-conversion.js
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2018-02-09 09:09:47 -0800
committerLeo Balter <leonardo.balter@gmail.com>2018-02-09 12:09:47 -0500
commitf95b56ab28c5f18150f30fbfa889a4f6ba0e50a1 (patch)
treed403f704c1b6a1842f12df380651919beaaf5fef /test/built-ins/TypedArrays/of/nan-conversion.js
parenta01de4a722d088055a7d84d8c691ddd7109edb34 (diff)
downloadqtdeclarative-testsuites-f95b56ab28c5f18150f30fbfa889a4f6ba0e50a1.tar.gz
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34.
Diffstat (limited to 'test/built-ins/TypedArrays/of/nan-conversion.js')
-rw-r--r--test/built-ins/TypedArrays/of/nan-conversion.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/built-ins/TypedArrays/of/nan-conversion.js b/test/built-ins/TypedArrays/of/nan-conversion.js
index 8e3ca40ae..4444f1286 100644
--- a/test/built-ins/TypedArrays/of/nan-conversion.js
+++ b/test/built-ins/TypedArrays/of/nan-conversion.js
@@ -24,7 +24,8 @@ testWithTypedArrayConstructors(function(TA) {
assert.sameValue(result[1], NaN);
assert.sameValue(result.constructor, TA);
assert.sameValue(Object.getPrototypeOf(result), TA.prototype);
-}, [
+},
+[
Float32Array,
Float64Array
]);
@@ -36,7 +37,8 @@ testWithTypedArrayConstructors(function(TA) {
assert.sameValue(result[1], 0);
assert.sameValue(result.constructor, TA);
assert.sameValue(Object.getPrototypeOf(result), TA.prototype);
-}, [
+},
+[
Int8Array,
Int32Array,
Int16Array,