Skip to content

Commit

Permalink
call normalizeSeparators in setFileName
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-Fischer-InMach authored May 17, 2022
1 parent 1e7fe54 commit 84e1a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ApprovalTests/namers/ApprovalTestNamer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ namespace ApprovalTests
{
originalFileName = file;
fileName = file.empty() ? handleBoostQuirks() : findFileName(file);
fileName = Path::normalizeSeparators ( fileName );
}

std::string TestName::findFileName(const std::string& file)
Expand Down

0 comments on commit 84e1a39

Please sign in to comment.