Skip to content

Commit a02ce3f

Browse files
committed
inc
1 parent 648a4ee commit a02ce3f

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
@@ -43,7 +43,7 @@ ScopedFile::ScopedFile(std::string name, const std::string &content, std::string
4343
#endif
4444
}
4545

46-
std::ofstream of(mFullPath);
46+
std::ofstream of(Path::getAbsoluteFilePath(mFullPath));
4747
if (!of.is_open())
4848
throw std::runtime_error("ScopedFile(" + mFullPath + ") - could not open file");
4949
of << content;

0 commit comments

Comments
 (0)