Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Jul 30, 2024
1 parent 57479ae commit 5609cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utilities/test_os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ TEST_CASE("test_renameFile") {
TEST_CASE("test_getDiskFreeSpace") {
#if !HKU_OS_WINDOWS
CHECK_EQ(getDiskFreeSpace(nullptr), Null<uint64_t>());
#endif
HKU_INFO("disk free space /: {}", getDiskFreeSpace("/"));
#endif
HKU_INFO("disk free space .: {}", getDiskFreeSpace("."));
}

0 comments on commit 5609cc6

Please sign in to comment.