| Index: test/mjsunit/asm/atomics-add.js
|
| diff --git a/test/mjsunit/asm/atomics-add.js b/test/mjsunit/asm/atomics-add.js
|
| index 69400c8059eb3b2a52645f4b5f7e611d190696f2..77dd4d8a0304807fbea2ee5a9a0249a601230070 100644
|
| --- a/test/mjsunit/asm/atomics-add.js
|
| +++ b/test/mjsunit/asm/atomics-add.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";
|
|
|