| Index: test/message/const-decl-no-init2.js
|
| diff --git a/test/message/super-in-function.js b/test/message/const-decl-no-init2.js
|
| similarity index 85%
|
| copy from test/message/super-in-function.js
|
| copy to test/message/const-decl-no-init2.js
|
| index f2e2342c31b9a3ba001555bcf484d0c773fbb79e..586b783d64e8909f7c23df7bbfd696ad0bc45903 100644
|
| --- a/test/message/super-in-function.js
|
| +++ b/test/message/const-decl-no-init2.js
|
| @@ -2,9 +2,5 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -
|
| 'use strict';
|
| -
|
| -function f() {
|
| - super.x();
|
| -}
|
| +for (const a; ;) {}
|
|
|