From ab1787e7db2d12261cbf60f7bf5934a30371bbf0 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Wed, 8 Nov 2017 11:40:58 +0100 Subject: fixes #6707; nimsuggest tests still not green --- nimsuggest/tests/tchk1.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nimsuggest/tests/tchk1.nim') diff --git a/nimsuggest/tests/tchk1.nim b/nimsuggest/tests/tchk1.nim index f9f0dc8fe..7b0b5d5b4 100644 --- a/nimsuggest/tests/tchk1.nim +++ b/nimsuggest/tests/tchk1.nim @@ -23,5 +23,5 @@ chk;;skUnknown;;;;Error;;$file;;14;;0;;"complex statement requires indentation"; chk;;skUnknown;;;;Error;;$file;;12;;0;;"implementation of \'foo\' expected";;0 chk;;skUnknown;;;;Error;;$file;;17;;0;;"invalid indentation";;0 chk;;skUnknown;;;;Hint;;$file;;12;;9;;"\'foo\' is declared but not used [XDeclaredButNotUsed]";;0 -chk;;skUnknown;;;;Hint;;$file;;14;;5;;"\'tchk1.main()\' is declared but not used [XDeclaredButNotUsed]";;0 +chk;;skUnknown;;;;Hint;;$file;;14;;5;;"\'tchk1.main()[declared in tchk1.nim(14, 5)]\' is declared but not used [XDeclaredButNotUsed]";;0 """ -- cgit 1.4.1-2-gfad0 <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/compiler.nimble
blob: f4da45519d82540d457b20b14d8842bdc08321d0 (plain) (blame)
1
2
3
4
5
6
7
8
9