From 246cbbd54e36f7b7df7135305b152c20c1eea3bb Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Sun, 12 Jan 2020 12:52:44 -0800 Subject: [PATCH] fixup hintSuccessX to be less weird --- compiler/lineinfos.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/lineinfos.nim b/compiler/lineinfos.nim index c0826bb5c69e7..b5742e669eb85 100644 --- a/compiler/lineinfos.nim +++ b/compiler/lineinfos.nim @@ -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",