| Index: test/mjsunit/debug-backtrace-text.js
|
| diff --git a/test/mjsunit/debug-backtrace-text.js b/test/mjsunit/debug-backtrace-text.js
|
| index 61648fa4e2e6ee4e8554556db02e18acd93fe0b1..3bfaeb0dad1846460d4085a144e4021d2aff1b5b 100644
|
| --- a/test/mjsunit/debug-backtrace-text.js
|
| +++ b/test/mjsunit/debug-backtrace-text.js
|
| @@ -25,7 +25,7 @@
|
| // (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: --expose-debug-as debug
|
| +// Flags: --expose-debug-as debug --turbo-deoptimization
|
|
|
| // The functions used for testing backtraces.
|
| function Point(x, y) {
|
|
|