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:57:16 -07:00
parent cfeeb33345
commit 7ebea5fba0
274 changed files with 0 additions and 547 deletions

View File

@@ -2,8 +2,6 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import * as assert from 'assert';
import { formatOptions } from 'vs/platform/environment/node/argv';

View File

@@ -2,8 +2,6 @@
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
'use strict';
import * as assert from 'assert';
import * as path from 'path';
import { findBestWindowOrFolderForFile, ISimpleWindow, IBestWindowOrFolderOptions } from 'vs/code/node/windowsFinder';