summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js')
-rw-r--r--test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js b/test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js
index d9f1bf3b5..4341c4362 100644
--- a/test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js
+++ b/test/built-ins/TypedArray/prototype/subarray/BigInt/return-abrupt-from-end.js
@@ -28,11 +28,11 @@ var o2 = {
testWithBigIntTypedArrayConstructors(function(TA) {
var sample = new TA();
-
+
assert.throws(Test262Error, function() {
sample.subarray(0, o1);
});
-
+
assert.throws(Test262Error, function() {
sample.subarray(0, o2);
});