Skip to content

Commit

Permalink
Remove useless .string
Browse files Browse the repository at this point in the history
  • Loading branch information
herve-er committed Apr 25, 2024
1 parent c435db8 commit dd6b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libcommonserver/io/testchecksetgetrights.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void TestIo::testCheckSetAndGetRights() {

IoError ioError = IoErrorUnknown;

std::ofstream file(filepath.string());
std::ofstream file(filepath);
CPPUNIT_ASSERT(file.is_open());
file << "testCheckSetAndGetRights";
file.close();
Expand Down

0 comments on commit dd6b5a0

Please sign in to comment.