Commit 4b830859 authored by arv's avatar arv Committed by Commit bot

Fix block-for test

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}
parent 48fb3e83
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment