mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
disable hint:processing in tests (#16713)
* disable hint:processing in tests * fix test
This commit is contained in:
@@ -14,3 +14,6 @@ switch("define", "nimUnittestOutputLevel:PRINT_FAILURES")
|
||||
switch("define", "nimUnittestColor:off")
|
||||
|
||||
switch("define", "nimLegacyTypeMismatch")
|
||||
|
||||
hint("Processing", off)
|
||||
# dots can cause annoyances; instead, a single test can test `hintProcessing`
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
discard """
|
||||
matrix: "--hint:processing"
|
||||
nimout: '''
|
||||
compile start
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user