summaryrefslogtreecommitdiff
path: root/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/test/BurnUnitTest/RelatedBundleTest.cpp')
-rw-r--r--src/burn/test/BurnUnitTest/RelatedBundleTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp b/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp
index 3d1964c3..310a958a 100644
--- a/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp
+++ b/src/burn/test/BurnUnitTest/RelatedBundleTest.cpp
@@ -16,7 +16,7 @@ namespace Bootstrapper
16 using namespace System; 16 using namespace System;
17 using namespace System::IO; 17 using namespace System::IO;
18 using namespace Xunit; 18 using namespace Xunit;
19 using namespace WixBuildTools::TestSupport; 19 using namespace WixInternal::TestSupport;
20 20
21 public ref class RelatedBundleTest : BurnUnitTest, IClassFixture<TestRegistryFixture^> 21 public ref class RelatedBundleTest : BurnUnitTest, IClassFixture<TestRegistryFixture^>
22 { 22 {