| Index: test/mjsunit/keyed-load-with-symbol-key.js
|
| diff --git a/test/mjsunit/keyed-load-with-symbol-key.js b/test/mjsunit/keyed-load-with-symbol-key.js
|
| index 15562be6bde2eb50ac8b2ce4464c66555240bb50..2c818a84ae57a4eb80deac2febc8bcec24eee078 100644
|
| --- a/test/mjsunit/keyed-load-with-symbol-key.js
|
| +++ b/test/mjsunit/keyed-load-with-symbol-key.js
|
| @@ -25,7 +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: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --crankshaft --no-always-opt
|
| +
|
| var s = Symbol("foo");
|
|
|
| var o = {
|
|
|