diff options
Diffstat (limited to 'src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp')
-rw-r--r-- | src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp b/src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp index 7c67bedf..569cec17 100644 --- a/src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp +++ b/src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp | |||
@@ -6,7 +6,7 @@ using namespace System; | |||
6 | using namespace System::Collections::Generic; | 6 | using namespace System::Collections::Generic; |
7 | using namespace System::Runtime::InteropServices; | 7 | using namespace System::Runtime::InteropServices; |
8 | using namespace Xunit; | 8 | using namespace Xunit; |
9 | using namespace WixBuildTools::TestSupport; | 9 | using namespace WixInternal::TestSupport; |
10 | 10 | ||
11 | LPCWSTR wzBaseRegKey = L"Software\\RegUtilTest\\"; | 11 | LPCWSTR wzBaseRegKey = L"Software\\RegUtilTest\\"; |
12 | LPWSTR rgwzMultiValue[2] = { L"First", L"Second" }; | 12 | LPWSTR rgwzMultiValue[2] = { L"First", L"Second" }; |