From c843b47d6233153fa961c6d0e61edf7cedf255bb Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 8 Nov 2022 14:58:05 -0800 Subject: Separate WixInternal content from official WixToolset namespace --- src/burn/test/BurnUnitTest/RegistrationTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/burn/test/BurnUnitTest/RegistrationTest.cpp') diff --git a/src/burn/test/BurnUnitTest/RegistrationTest.cpp b/src/burn/test/BurnUnitTest/RegistrationTest.cpp index 869e5114..f95c011f 100644 --- a/src/burn/test/BurnUnitTest/RegistrationTest.cpp +++ b/src/burn/test/BurnUnitTest/RegistrationTest.cpp @@ -23,7 +23,7 @@ namespace Bootstrapper using namespace System; using namespace System::IO; using namespace Xunit; - using namespace WixBuildTools::TestSupport; + using namespace WixInternal::TestSupport; public ref class RegistrationTest : BurnUnitTest, IClassFixture { -- cgit v1.2.3-55-g6feb