projects
/
platform
/
upstream
/
v8.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48fb3e8
)
Fix block-for test
author
arv
<arv@chromium.org>
Fri, 27 Feb 2015 21:22:39 +0000
(13:22 -0800)
committer
Commit bot
<commit-bot@chromium.org>
Fri, 27 Feb 2015 21:22:48 +0000
(21:22 +0000)
The test didn't call the test function.
BUG=v8:3932
LOG=N
TBR=ulan@chromium.org
Review URL: https://codereview.chromium.org/
964993002
Cr-Commit-Position: refs/heads/master@{#26927}
test/mjsunit/harmony/block-for.js
patch
|
blob
|
history
diff --git
a/test/mjsunit/harmony/block-for.js
b/test/mjsunit/harmony/block-for.js
index 110f1ccf45edde555246a8c5421db9278016e86b..d54eb598cd4f0aa91c2079883c553289ffc4205e 100644
(file)
--- a/
test/mjsunit/harmony/block-for.js
+++ b/
test/mjsunit/harmony/block-for.js
@@
-147,7
+147,7
@@
function closure_in_for_cond() {
assertEquals(k, a[k]());
}
}
-closure_in_for_
next
();
+closure_in_for_
cond
();
function closure_in_for_next() {