From 720106635cd304f057f7dffc3c104a83b8b575ae Mon Sep 17 00:00:00 2001 From: Keith Hill Date: Mon, 2 Jul 2018 21:20:11 -0600 Subject: [PATCH] Move lint directive after the file-header to fix lint error (#1402) --- test/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/index.ts b/test/index.ts index aa8ec699be..4d7efea806 100644 --- a/test/index.ts +++ b/test/index.ts @@ -1,7 +1,7 @@ -// tslint:disable no-var-requires /*--------------------------------------------------------- - * Copyright (C) Microsoft Corporation. All rights reserved. - *--------------------------------------------------------*/ +* Copyright (C) Microsoft Corporation. All rights reserved. +*--------------------------------------------------------*/ +// tslint:disable no-var-requires let testRunner = require("vscode/lib/testrunner");