summary refs log tree commit diff stats
path: root/tests/pragmas/twarning_off.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pragmas/twarning_off.nim')
-rw-r--r--tests/pragmas/twarning_off.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pragmas/twarning_off.nim b/tests/pragmas/twarning_off.nim
index bada2999b..ccf07b9c4 100644
--- a/tests/pragmas/twarning_off.nim
+++ b/tests/pragmas/twarning_off.nim
@@ -1,8 +1,6 @@
 discard """
-  matrix: "--hint:processing"
   nimout: '''
 compile start
-..
 warn_module.nim(6, 6) Hint: 'test' is declared but not used [XDeclaredButNotUsed]
 compile end
 '''