diff options
Diffstat (limited to 'src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs')
-rw-r--r-- | src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs b/src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs index 829ee9c1..82e72e6b 100644 --- a/src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs +++ b/src/wix/test/WixToolsetTest.Sdk/MsbuildValidationFixture.cs | |||
@@ -5,7 +5,7 @@ namespace WixToolsetTest.Sdk | |||
5 | using System; | 5 | using System; |
6 | using System.IO; | 6 | using System.IO; |
7 | using System.Linq; | 7 | using System.Linq; |
8 | using WixBuildTools.TestSupport; | 8 | using WixInternal.TestSupport; |
9 | using Xunit; | 9 | using Xunit; |
10 | 10 | ||
11 | // When these tests are run repeatedly, they will expose an issue | 11 | // When these tests are run repeatedly, they will expose an issue |