Skip to content

Commit

Permalink
fixup hintSuccessX to be less weird
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jan 12, 2020
1 parent a3f3d7e commit 246cbbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lineinfos.nim
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const
warnUser: "$1",
hintSuccess: "operation successful: $#",
# keep in sync with `pegSuccess` see testament.nim
hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; $project proj; $output out",
hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; proj: $project; out: $output",
hintCC: "CC: \'$1\'", # unused
hintLineTooLong: "line too long",
hintXDeclaredButNotUsed: "'$1' is declared but not used",
Expand Down

0 comments on commit 246cbbd

Please sign in to comment.