| Index: test/webkit/class-syntax-scoping.js
|
| diff --git a/test/webkit/class-syntax-scoping.js b/test/webkit/class-syntax-scoping.js
|
| index 02f5a1ee0474a835aaca850cd522bab16d51b429..7c23634dea77672b7b71a2aba471ee4abef22990 100644
|
| --- a/test/webkit/class-syntax-scoping.js
|
| +++ b/test/webkit/class-syntax-scoping.js
|
| @@ -21,8 +21,6 @@
|
| // (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: --harmony-sloppy
|
| -
|
| description('Tests for scoping of variables in ES6 class syntax');
|
|
|
| var local = "FAIL";
|
|
|