diff --git a/VirtualFileSystem/test.cpp b/VirtualFileSystem/test.cpp index e95975dd3b0..e7ff504563c 100644 --- a/VirtualFileSystem/test.cpp +++ b/VirtualFileSystem/test.cpp @@ -30,8 +30,8 @@ int main(int c, char** v) return 1; } - auto newFile = vfs.create("/empty"); - printf("vfs.create: %p\n", newFile.ptr()); + //auto newFile = vfs.create("/empty"); + //printf("vfs.create: %p\n", newFile.ptr()); //return 0; if (!strcmp(v[0], "./vcat")) {