fix using
Some checks failed
Blockstorage/repertory/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-09-19 07:09:54 -05:00
parent 17b7d011db
commit 5aa0558a80

View File

@@ -534,10 +534,10 @@ using platform_provider_types =
remote_s3_encryption, remote_s3_legacy_encryption, remote_s3_encryption, remote_s3_legacy_encryption,
local_sia, remote_sia>; local_sia, remote_sia>;
#if defined(_WIN32) #if defined(_WIN32)
using winfsp_test = drive_fixture; template <typename provider_t> using winfsp_test = drive_fixture<provider_t>;
#else #else // !defined(_WIN32)
using fuse_test = drive_fixture; template <typename provider_t> using fuse_test = drive_fixture<provider_t>;
#endif #endif // defined(_WIN32)
} // namespace repertory } // namespace repertory
#endif // REPERTORY_TEST_INCLUDE_FIXTURES_DRIVE_FIXTURE_HPP #endif // REPERTORY_TEST_INCLUDE_FIXTURES_DRIVE_FIXTURE_HPP