| Index: test/mjsunit/asm/atomics-exchange.js
|
| diff --git a/test/mjsunit/asm/atomics-exchange.js b/test/mjsunit/asm/atomics-exchange.js
|
| index bb70322c7eff033946f900b7847f959f3685b655..ed2b0fa21b4679f7ec29bea9ac832333ec4d9cb9 100644
|
| --- a/test/mjsunit/asm/atomics-exchange.js
|
| +++ b/test/mjsunit/asm/atomics-exchange.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-atomics --harmony-sharedarraybuffer
|
| +// Flags: --harmony-sharedarraybuffer
|
|
|
| function Module(stdlib, foreign, heap) {
|
| "use asm";
|
|
|