winfsp unit tests and fixes

This commit is contained in:
Scott E. Graves 2024-11-07 12:37:35 -06:00
parent 2f60890d29
commit 489d9b1960

View File

@ -97,8 +97,7 @@ public:
MOCK_METHOD(bool, is_write_supported, (), (const, override)); MOCK_METHOD(bool, is_write_supported, (), (const, override));
MOCK_METHOD(void, remove, (std::uint64_t handle, bool noQueue = false), MOCK_METHOD(void, remove, (std::uint64_t handle, bool noQueue), (override));
(override));
}; };
} // namespace repertory } // namespace repertory