mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 17:10:23 +00:00
Disable the "create /empty" test path for now.
This commit is contained in:
parent
93556d6743
commit
e5acbca0e8
Notes:
sideshowbarker
2024-07-19 18:48:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/e5acbca0e84
1 changed files with 2 additions and 2 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue