From f829d8cb93d524ee044f4658d2ea52c1349fc2e3 Mon Sep 17 00:00:00 2001 From: Bryan Thornbury Date: Thu, 21 Jul 2016 21:12:50 -0700 Subject: [PATCH] change namespace --- test/Microsoft.DotNet.Compiler.Common.Tests/Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.DotNet.Compiler.Common.Tests/Tests.cs b/test/Microsoft.DotNet.Compiler.Common.Tests/Tests.cs index b678464b1..20a57d77b 100644 --- a/test/Microsoft.DotNet.Compiler.Common.Tests/Tests.cs +++ b/test/Microsoft.DotNet.Compiler.Common.Tests/Tests.cs @@ -5,7 +5,7 @@ using Microsoft.DotNet.ProjectModel; using Microsoft.DotNet.Tools.Test.Utilities; using Xunit; -namespace Microsoft.DotNet.Cli.Compiler.Common +namespace Microsoft.DotNet.Cli.Compiler.Common.Tests { public class Tests : TestBase {