From 314ee5b664c6d09e98a707b14a3f34ede9ba7d34 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 17 Apr 2025 11:07:02 -0500 Subject: [PATCH] enable all winfsp tests --- .../repertory_test/include/fixtures/winfsp_fixture.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp index ec40f417..92058884 100644 --- a/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp +++ b/repertory/repertory_test/include/fixtures/winfsp_fixture.hpp @@ -299,10 +299,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; +using winfsp_provider_types = + ::testing::Types; } // namespace repertory #endif // defined(_WIN32)