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:
parent
dabbb4538f
commit
a7d5d26443
2 changed files with 8 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue