Skip to content

Commit 3833745

Browse files
committed
inc
1 parent 702cee0 commit 3833745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/helpers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ScopedFile::ScopedFile(std::string name, const std::string &content, std::string
4444
throw std::runtime_error("ScopedFile(" + mFullPath + ") - could not create directory");
4545
#endif
4646
}
47-
std::cout << mName << " " << mPath << " " << mFullPath << " " << Path::getAbsoluteFilePath(mFullPath) << std::endl;
47+
std::cout << mName << " - " << mPath << " - " << mFullPath << " - " << Path::getAbsoluteFilePath(mFullPath) << std::endl;
4848

4949
std::ofstream of(Path::getAbsoluteFilePath(mFullPath));
5050
if (!of.is_open())

0 commit comments

Comments
 (0)