git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Adam.
[WebKit-https.git]
/
SunSpider
/
tests
/
math-partial-sums.js
diff --git
a/SunSpider/tests/math-partial-sums.js
b/SunSpider/tests/math-partial-sums.js
index bb5378c94125be5bb040d4cdbbff70ecf46b6a11..d082d799454174ba7dae97d551492b527f073d9e 100644
(file)
--- a/
SunSpider/tests/math-partial-sums.js
+++ b/
SunSpider/tests/math-partial-sums.js
@@
-27,7
+27,7
@@
function partial(n){
}
}
}
}
-for (var i = 1024; i <=
8192
; i *= 2) {
+for (var i = 1024; i <=
16384
; i *= 2) {
partial(i);
}
partial(i);
}