| Index: test/mjsunit/compiler/regress-uint8-deopt.js
|
| diff --git a/test/mjsunit/compiler/regress-uint8-deopt.js b/test/mjsunit/compiler/regress-uint8-deopt.js
|
| index ba2823fa358e26a33fe9eac49a4b8a23879d6c04..5be2d0ce6b341093200ffc5b5c74d67ef86cb23f 100644
|
| --- a/test/mjsunit/compiler/regress-uint8-deopt.js
|
| +++ b/test/mjsunit/compiler/regress-uint8-deopt.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: --turbo-asm --turbo-deoptimization --allow-natives-syntax
|
| +// Flags: --turbo-asm --turbo-asm-deoptimization --allow-natives-syntax
|
|
|
| function Module(heap) {
|
| "use asm";
|
|
|