From 3f658fa2b4bd80619fcf89e1e87ae12b48effb7a Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 28 Feb 2022 18:41:14 -0600 Subject: Fix and run Burn 64-bit unit tests. --- src/burn/test/BurnUnitTest/TestRegistryFixture.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/burn/test/BurnUnitTest/TestRegistryFixture.h') diff --git a/src/burn/test/BurnUnitTest/TestRegistryFixture.h b/src/burn/test/BurnUnitTest/TestRegistryFixture.h index 283efe42..2f283f3e 100644 --- a/src/burn/test/BurnUnitTest/TestRegistryFixture.h +++ b/src/burn/test/BurnUnitTest/TestRegistryFixture.h @@ -11,8 +11,6 @@ namespace TestSupport { private: String^ rootPath; - String^ hkcuPath; - String^ hklmPath; public: TestRegistryFixture(); @@ -22,9 +20,9 @@ namespace TestSupport void TearDown(); - String^ GetDirectHkcuPath(... array^ paths); + String^ GetDirectHkcuPath(REG_KEY_BITNESS bitness, ... array^ paths); - String^ GetDirectHklmPath(... array^ paths); + String^ GetDirectHklmPath(REG_KEY_BITNESS bitness, ... array^ paths); }; } } -- cgit v1.2.3-55-g6feb