From ddee8a362a6590d8e590e6804e31b79bdb9ab7e6 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 21 May 2020 22:36:34 +0200 Subject: change the [Processing] messages into dots (#14418) * change the [Processing] messages into dots * better implementation * maybe I should work on something else... --- tests/pragmas/twarning_off.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/pragmas') diff --git a/tests/pragmas/twarning_off.nim b/tests/pragmas/twarning_off.nim index f1de9076f..d5d31d4c2 100644 --- a/tests/pragmas/twarning_off.nim +++ b/tests/pragmas/twarning_off.nim @@ -1,8 +1,7 @@ discard """ nimout: ''' compile start -Hint: warn_module [Processing] -Hint: hashes [Processing] +.. warn_module.nim(6, 6) Hint: 'test' is declared but not used [XDeclaredButNotUsed] compile end ''' -- cgit 1.4.1-2-gfad0 e='devel' selected='selected'>devel This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)ahoang <ahoang@tilde.institute>
summary refs log tree commit diff stats
path: root/tools/fakedeps.nim
blob: 6963579dc7138f043438e6b98df1e2ebcd8f89cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18