aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixTestTools/MSIExec.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixTestTools/MSIExec.cs')
-rw-r--r--src/test/burn/WixTestTools/MSIExec.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/WixTestTools/MSIExec.cs b/src/test/burn/WixTestTools/MSIExec.cs
index fb161495..98f54c56 100644
--- a/src/test/burn/WixTestTools/MSIExec.cs
+++ b/src/test/burn/WixTestTools/MSIExec.cs
@@ -5,7 +5,7 @@ namespace WixTestTools
5 using System; 5 using System;
6 using System.IO; 6 using System.IO;
7 using System.Text; 7 using System.Text;
8 using WixBuildTools.TestSupport; 8 using WixInternal.TestSupport;
9 9
10 public class MSIExec : TestTool 10 public class MSIExec : TestTool
11 { 11 {