From 72a6f5ae085bac1a184bb3ed2343893b0b0e461c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 8 Nov 2024 12:33:38 -0600 Subject: [PATCH] refactor --- repertory/repertory_test/include/fixtures/winfsp_fixture.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index 1343bcb7..71d7d2a1 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -273,8 +273,9 @@ std::string winfsp_test::mount_location; template std::string winfsp_test::mount_location2; -// using winfsp_provider_types = ::testing::Types; + +// using winfsp_provider_types = ::testing::Types; using winfsp_provider_types = ::testing::Types; } // namespace repertory