| Index: test/mjsunit/es6/tail-call-proxies.js
|
| diff --git a/test/mjsunit/es6/tail-call-proxies.js b/test/mjsunit/es6/tail-call-proxies.js
|
| index 25f9fcfbe7047a4e934b57c9d37c4d41ca20e867..251ac0c20fe59e6956b5a86fdccd6ce7b3d907ea 100644
|
| --- a/test/mjsunit/es6/tail-call-proxies.js
|
| +++ b/test/mjsunit/es6/tail-call-proxies.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: --allow-natives-syntax --harmony-tailcalls --harmony-proxies
|
| +// Flags: --allow-natives-syntax --harmony-tailcalls
|
| "use strict";
|
|
|
| Error.prepareStackTrace = (e,s) => s;
|
|
|