diff options
Diffstat (limited to 'compiler/lineinfos.nim')
-rw-r--r-- | compiler/lineinfos.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index ae5709044..c0826bb5c 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -97,7 +97,8 @@ const warnCycleCreated: "$1", warnUser: "$1", hintSuccess: "operation successful: $#", - hintSuccessX: "operation successful ($# lines compiled; $# sec total; $#; $#)", + # keep in sync with `pegSuccess` see testament.nim + hintSuccessX: "$loc LOC; $sec sec; $mem; $build build; $project proj; $output out", hintCC: "CC: \'$1\'", # unused hintLineTooLong: "line too long", hintXDeclaredButNotUsed: "'$1' is declared but not used", |