1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

fix tests with the 'from string' change

This commit is contained in:
Ben Burdette 2020-06-30 22:05:21 -06:00
parent dabbb4538f
commit a7d5d26443
2 changed files with 8 additions and 6 deletions

View file

@ -135,7 +135,7 @@ std::optional<LinesOfCode> getCodeLines(const ErrPos &errPos)
}
}
// if nixCode contains lines of code, print them to the ostream, indicating the error column.
// print lines of code to the ostream, indicating the error column.
void printCodeLines(std::ostream &out,
const string &prefix,
const ErrPos &errPos,