Skip to content

Commit c36b57f

Browse files
committed
More old compiler tweaks
1 parent ee628ca commit c36b57f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/cli/clitest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,8 @@ static void responseTests(const string & rawProgName) {
19911991
for (auto fp : fs::directory_iterator("test", ec)) {
19921992
if (fp.path().extension() == ".rsp") {
19931993
if (!fs::remove(fp.path(), ec)) {
1994-
cerr << "Error removing '" << fp << " (" << ec << ")." << endl;
1994+
cerr << "Error removing '" << fp.path() << " (" << ec << ")."
1995+
<< endl;
19951996
}
19961997
}
19971998
}

0 commit comments

Comments
 (0)