diff options
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs')
-rw-r--r-- | src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs index 07442cd3..b552a0a0 100644 --- a/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs +++ b/src/test/burn/WixToolsetTest.BurnE2E/Utilities/TestExeTool.cs | |||
@@ -3,7 +3,7 @@ | |||
3 | namespace WixTestTools | 3 | namespace WixTestTools |
4 | { | 4 | { |
5 | using System.IO; | 5 | using System.IO; |
6 | using WixBuildTools.TestSupport; | 6 | using WixInternal.TestSupport; |
7 | 7 | ||
8 | public class TestExeTool : TestTool | 8 | public class TestExeTool : TestTool |
9 | { | 9 | { |