Fix block-for test
authorarv <arv@chromium.org>
Fri, 27 Feb 2015 21:22:39 +0000 (13:22 -0800)
committerCommit 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

index 110f1ccf45edde555246a8c5421db9278016e86b..d54eb598cd4f0aa91c2079883c553289ffc4205e 100644 (file)
@@ -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() {