1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00
This commit is contained in:
Ben Burdette 2020-04-30 16:31:47 -06:00
parent 171b4ce85c
commit f5d3215c87
2 changed files with 2 additions and 4 deletions

View file

@ -65,7 +65,6 @@ int main()
.description = "Vomit description",
});
// Error in a program; no hint and no nix code.
logError(
ErrorInfo { .name = "name",
@ -80,7 +79,6 @@ int main()
.hint = hintfmt("there was a %1%", "warning"),
});
// Warning with nix file, line number, column, and the lines of
// code where a warning occurred.
SymbolTable testTable;