summaryrefslogtreecommitdiff
path: root/src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp')
-rw-r--r--src/libs/dutil/test/DUtilUnitTest/RegUtilTest.cpp2
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;
6using namespace System::Collections::Generic; 6using namespace System::Collections::Generic;
7using namespace System::Runtime::InteropServices; 7using namespace System::Runtime::InteropServices;
8using namespace Xunit; 8using namespace Xunit;
9using namespace WixBuildTools::TestSupport; 9using namespace WixInternal::TestSupport;
10 10
11LPCWSTR wzBaseRegKey = L"Software\\RegUtilTest\\"; 11LPCWSTR wzBaseRegKey = L"Software\\RegUtilTest\\";
12LPWSTR rgwzMultiValue[2] = { L"First", L"Second" }; 12LPWSTR rgwzMultiValue[2] = { L"First", L"Second" };