We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1dcd9 commit fe06da5Copy full SHA for fe06da5
test/FileSystemTest.cpp
@@ -12,6 +12,8 @@ using namespace copyfs;
12
13
class CopyFsTestFixture: public FileSystemTestFixture {
14
public:
15
+ CopyFsTestFixture(): rootDir() {}
16
+
17
unique_ref<Device> createDevice() override {
18
return make_unique_ref<CopyDevice>(rootDir.path());
19
}
0 commit comments