diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-14 01:19:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 10:19:20 +0100 |
commit | 287dec06aee803c45161603a899d8e343c1766a9 (patch) | |
tree | 9dbd03bc1a0a5a68f4ce00858d4664629ea67f67 /tests/pragmas | |
parent | 4ae520711d72fa903cccf3e59754fd64f632d992 (diff) | |
download | Nim-287dec06aee803c45161603a899d8e343c1766a9.tar.gz |
disable hint:processing in tests (#16713)
* disable hint:processing in tests * fix test
Diffstat (limited to 'tests/pragmas')
-rw-r--r-- | tests/pragmas/twarning_off.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pragmas/twarning_off.nim b/tests/pragmas/twarning_off.nim index d5d31d4c2..bada2999b 100644 --- a/tests/pragmas/twarning_off.nim +++ b/tests/pragmas/twarning_off.nim @@ -1,4 +1,5 @@ discard """ + matrix: "--hint:processing" nimout: ''' compile start .. |