| Index: test/mjsunit/harmony/block-scope-class.js
|
| diff --git a/test/mjsunit/harmony/block-scope-class.js b/test/mjsunit/harmony/block-scope-class.js
|
| index aff02bcff2d3471c30fae082edc102a3289a3348..0afb5fa131157a118ae3ebe8c8ef80d0d7354c3c 100644
|
| --- a/test/mjsunit/harmony/block-scope-class.js
|
| +++ b/test/mjsunit/harmony/block-scope-class.js
|
| @@ -4,7 +4,7 @@
|
|
|
| // Test for conflicting variable bindings.
|
|
|
| -// Flags: --harmony-sloppy
|
| +// Flags: --harmony-sloppy --harmony-block-function
|
|
|
| function AssertEqualsStrictAndSloppy(value, code) {
|
| assertEquals(value, eval("(function() {" + code + "})()"));
|
|
|