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
Update FTL to support UntypedUse operands for op_sub.
[WebKit-https.git]
/
LayoutTests
/
js
/
regress
/
script-tests
/
ftl-object-sub.js
diff --git
a/LayoutTests/js/regress/script-tests/ftl-object-sub.js
b/LayoutTests/js/regress/script-tests/ftl-object-sub.js
index 5fe3f4c1598dc29523c2656c5c037d2488f825b6..cd3bdc23fd93fc459401fca06dee020138f34944 100644
(file)
--- a/
LayoutTests/js/regress/script-tests/ftl-object-sub.js
+++ b/
LayoutTests/js/regress/script-tests/ftl-object-sub.js
@@
-26,7
+26,6
@@
for (var i = 0; i <= 100000; i++) {
o2.i = i;
result += foo(o1, o2);
}
-print(result);
if (result != 2000020)
throw "Bad result: " + result;