Remove "use strict" directives in tests

We set alwaysStrict so this directive is not needed
This commit is contained in:
Matt Bierner
2018-10-02 15:59:35 -07:00
parent cfeeb33345
commit 7ebea5fba0
274 changed files with 0 additions and 547 deletions
@@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import * as assert from 'assert';
import { ITextModel } from 'vs/editor/common/model';
import { TPromise } from 'vs/base/common/winjs.base';