| 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..351feaa90e13b5434f101615e2b08fdaf451dd8b 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-sloppy-function
|
|
|
| function AssertEqualsStrictAndSloppy(value, code) {
|
| assertEquals(value, eval("(function() {" + code + "})()"));
|
|
|