aboutsummaryrefslogtreecommitdiff
path: root/src/WixTestTools/WixTestBase.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixTestTools/WixTestBase.cs (renamed from src/WixToolsetTest.BurnE2E/WixTestBase.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolsetTest.BurnE2E/WixTestBase.cs b/src/WixTestTools/WixTestBase.cs
index 650b0681..bc050135 100644
--- a/src/WixToolsetTest.BurnE2E/WixTestBase.cs
+++ b/src/WixTestTools/WixTestBase.cs
@@ -1,6 +1,6 @@
1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. 1// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
2 2
3namespace WixToolsetTest.BurnE2E 3namespace WixTestTools
4{ 4{
5 using Xunit.Abstractions; 5 using Xunit.Abstractions;
6 6