diff options
Diffstat (limited to 'compiler/lineinfos.nim')
-rw-r--r-- | compiler/lineinfos.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index 033a98513..680b193f9 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -101,7 +101,7 @@ const warnCycleCreated: "$1", warnUser: "$1", hintSuccess: "operation successful: $#", - # keep in sync with `pegSuccess` see testament.nim + # keep in sync with `testament.isSuccess` hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; proj: $project; out: $output", hintCC: "CC: $1", hintLineTooLong: "line too long", |