summary refs log tree commit diff stats
path: root/tests/stylecheck/t20397_1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stylecheck/t20397_1.nim')
-rw-r--r--tests/stylecheck/t20397_1.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stylecheck/t20397_1.nim b/tests/stylecheck/t20397_1.nim
index 24f5791f8..76c03dca1 100644
--- a/tests/stylecheck/t20397_1.nim
+++ b/tests/stylecheck/t20397_1.nim
@@ -1,8 +1,8 @@
 discard """
-  matrix: "--styleCheck:off"
+  matrix: "--styleCheck:off --hint:Name:on"
 """
 
 {.hintAsError[Name]:on.}
 var a_b = 1
 discard a_b
-{.hintAsError[Name]:off.}
\ No newline at end of file
+{.hintAsError[Name]:off.}