| Index: test/mjsunit/property-load-across-eval.js
|
| diff --git a/test/mjsunit/property-load-across-eval.js b/test/mjsunit/property-load-across-eval.js
|
| index 98b621e7922588acf0e5a73af91dc487a0ac2c6c..222c0e965e18ddf19c4741c7f1ebe04e226c651c 100644
|
| --- a/test/mjsunit/property-load-across-eval.js
|
| +++ b/test/mjsunit/property-load-across-eval.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
|
| +
|
| // Tests loading of properties across eval calls.
|
|
|
| var x = 1;
|
|
|