Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeSmokingJacket committed Nov 17, 2024
1 parent 60c46a1 commit 223a466
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/file/tests/test_file_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ TEST_CASE("filesystem") {
if (!directory_exists(fs, testing_directory)) {
create_directory(fs, testing_directory);
}
auto pid = getpid();
testing_directory /= to_string(pid);
if (!directory_exists(fs, testing_directory)) {
create_directory(fs, testing_directory);
}
}

INFO("operators") {
Expand Down

0 comments on commit 223a466

Please sign in to comment.