disable hint:processing in tests (#16713)

* disable hint:processing in tests

* fix test
This commit is contained in:
Timothee Cour
2021-01-14 01:19:20 -08:00
committed by GitHub
parent 4ae520711d
commit 287dec06ae
2 changed files with 4 additions and 0 deletions

View File

@@ -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`

View File

@@ -1,4 +1,5 @@
discard """
matrix: "--hint:processing"
nimout: '''
compile start
..