summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js')
-rw-r--r--test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js b/test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js
index e091df1f9..af963b379 100644
--- a/test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js
+++ b/test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js
@@ -31,7 +31,7 @@ testWithTypedArrayConstructors(function(TA) {
sample.reduce(function(a, v, i) {
if (i < sample.length - 1) {
- sample[i+1] = 42;
+ sample[i + 1] = 42;
}
assert.sameValue(