Skip to content

Commit

Permalink
Corrected test console output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Jun 19, 2024
1 parent 5d16e6b commit 7ff9487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/operations_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ void symlink_file_size_tests()

void symlink_is_empty_tests()
{
cout << "symlink_file_size_tests..." << endl;
cout << "symlink_is_empty_tests..." << endl;

// These symlinks are already created in symlink_status_tests() and symlink_file_size_tests(), which are run before this test
fs::path dangling_sym(dir / "dangling-sym");
Expand Down

0 comments on commit 7ff9487

Please sign in to comment.