| Index: test/mjsunit/harmony/block-scoping-sloppy.js
|
| diff --git a/test/mjsunit/harmony/block-scoping-sloppy.js b/test/mjsunit/harmony/block-scoping-sloppy.js
|
| index d1975dfafcaffec18c5164e99cbd62bc387a83ec..7c8058d878575445e0048ac5e760c05a77937bde 100644
|
| --- a/test/mjsunit/harmony/block-scoping-sloppy.js
|
| +++ b/test/mjsunit/harmony/block-scoping-sloppy.js
|
| @@ -25,7 +25,7 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --allow-natives-syntax --harmony-sloppy --no-legacy-const --harmony-sloppy-let
|
| +// Flags: --allow-natives-syntax --harmony-sloppy --no-legacy-const --harmony-sloppy-let --harmony-sloppy-function
|
| // Test functionality of block scopes.
|
|
|
| // Hoisting of var declarations.
|
|
|