summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays
diff options
context:
space:
mode:
authorDoug Ilijev <dilijev@users.noreply.github.com>2017-03-23 10:35:01 -0700
committerLeo Balter <leonardo.balter@gmail.com>2017-03-23 10:35:01 -0700
commit333fa10c635dbb29cf389c6fd28749fb975db9bc (patch)
tree8a26793e014422ffce98510ac3849e1df2a7cade /test/built-ins/TypedArrays
parent507d034c5aeecdc7bd6fd399355c64f075496405 (diff)
downloadqtdeclarative-testsuites-333fa10c635dbb29cf389c6fd28749fb975db9bc.tar.gz
Fix invalid YAML. (#929)
Diffstat (limited to 'test/built-ins/TypedArrays')
-rw-r--r--test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js3
-rw-r--r--test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js3
2 files changed, 2 insertions, 4 deletions
diff --git a/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js b/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js
index a9f052fb9..5be87fa6a 100644
--- a/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js
+++ b/test/built-ins/TypedArrays/buffer-arg-proto-from-ctor-realm-sab.js
@@ -24,8 +24,7 @@ info: |
b. Let proto be realm's intrinsic object named intrinsicDefaultProto.
5. Return proto.
includes: [testTypedArray.js]
-features: [SharedArrayBuffer]
-features: [Reflect]
+features: [SharedArrayBuffer, Reflect]
---*/
var other = $262.createRealm().global;
diff --git a/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js b/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
index 678713d72..e3e402f76 100644
--- a/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
+++ b/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
@@ -31,9 +31,8 @@ info: >
10. Set the [[Prototype]] internal slot of A to prototype.
...
12. Return A.
-features: [Reflect]
includes: [testTypedArray.js]
-features: [SharedArrayBuffer]
+features: [SharedArrayBuffer, Reflect]
---*/
var buffer = new SharedArrayBuffer(8);