From bbb22441330de1b71d309fb104afe288a2f691de Mon Sep 17 00:00:00 2001 From: Jakub Chocholowicz Date: Tue, 16 Jun 2020 18:08:15 +0200 Subject: [PATCH] Remove not used stuff --- .../TranslationLayerTests/CodeCoverageTests.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs b/test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs index b40538fc71..21059e755c 100644 --- a/test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs +++ b/test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs @@ -7,17 +7,14 @@ namespace Microsoft.TestPlatform.AcceptanceTests.TranslationLayerTests using Microsoft.TestPlatform.VsTestConsole.TranslationLayer.Interfaces; using Microsoft.VisualStudio.TestPlatform.ObjectModel; using Microsoft.VisualStudio.TestTools.UnitTesting; - using Moq; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; - using System.Net.Mail; using System.Threading; using System.Threading.Tasks; using System.Xml; - using VisualStudio.TestPlatform.ObjectModel.Logging; /// /// The Multi test run finalization tests using VsTestConsoleWrapper API's