| Index: test/mjsunit/harmony/block-conflicts.js | 
| diff --git a/test/mjsunit/harmony/block-conflicts.js b/test/mjsunit/harmony/block-conflicts.js | 
| index ee2d9794eedf94d46361bdf3fb9c784ad8e21d02..8388504bcd6d073a5c027010e96f19228686c115 100644 | 
| --- a/test/mjsunit/harmony/block-conflicts.js | 
| +++ b/test/mjsunit/harmony/block-conflicts.js | 
| @@ -130,5 +130,5 @@ for (var v = 0; v < varbinds.length; ++v) { | 
|  | 
| // Test conflicting parameter/var bindings. | 
| for (var v = 0; v < varbinds.length; ++v) { | 
| -  TestConflict('(function (x) { ' + varbinds[v] + '; })()'); | 
| +  TestNoConflict('(function (x) { ' + varbinds[v] + '; })()'); | 
| } | 
|  |