summary refs log tree commit diff stats
path: root/tests/stylecheck/tusages.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stylecheck/tusages.nim')
-rw-r--r--tests/stylecheck/tusages.nim6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/stylecheck/tusages.nim b/tests/stylecheck/tusages.nim
index 2f99c70c5..b689dabb3 100644
--- a/tests/stylecheck/tusages.nim
+++ b/tests/stylecheck/tusages.nim
@@ -1,11 +1,9 @@
 discard """
   action: reject
-  nimout: '''tusages.nim(22, 5) Error: 'BAD_STYLE' should be: 'BADSTYLE' [proc declared in tusages.nim(11, 6)]'''
-  matrix: "--styleCheck:error --styleCheck:usages"
+  nimout: '''tusages.nim(20, 5) Error: 'BAD_STYLE' should be: 'BADSTYLE' [proc declared in tusages.nim(9, 6)]'''
+  matrix: "--styleCheck:error --styleCheck:usages --hint:all:off --hint:Name:on"
 """
 
-
-
 import strutils
 
 proc BADSTYLE(c: char) = discard
057b53e13 ^
c0a3d4406 ^
405b86068


07d5a8085 ^
b961e47bf ^
07d5a8085 ^
c0a3d4406 ^
405b86068
3ccc9c467 ^
405b86068

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20