| Index: test/message/syntactic-tail-call-in-extends.js
|
| diff --git a/test/message/syntactic-tail-call-in-extends.js b/test/message/syntactic-tail-call-in-extends.js
|
| index 02b578d4ca1a301ea7f39e814ea0d25924c16224..86bf77ebbeb3b0733969ea43f42efa862a2e67ed 100644
|
| --- a/test/message/syntactic-tail-call-in-extends.js
|
| +++ b/test/message/syntactic-tail-call-in-extends.js
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // Flags: --harmony-explicit-tailcalls
|
| +"use strict";
|
|
|
| function g() {
|
| return class A extends continue f() {};
|
|
|