| Index: test/mjsunit/const.js
|
| diff --git a/test/mjsunit/const.js b/test/mjsunit/const.js
|
| index adb0b7ae3be4fb80a78fd0221bf0deffa42cf7db..f00932f7b23e81e8202a338ce5670fe9a28bbf39 100644
|
| --- a/test/mjsunit/const.js
|
| +++ b/test/mjsunit/const.js
|
| @@ -25,6 +25,8 @@
|
| // (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: --legacy-const
|
| +
|
| // Test const properties and pre/postfix operation.
|
| function f() {
|
| const x = 1;
|
|
|