[TLI checker] Follow good practice with -COUNT directives

FileCheck's -COUNT suffix doesn't fail if there are more matches
than you asked for, so it's good practice to put a -NOT after.
This commit is contained in:
Paul Robinson 2021-12-02 14:28:07 -08:00
parent 081074e1ea
commit 7bef49296e
1 changed files with 2 additions and 0 deletions

View File

@ -47,7 +47,9 @@
## to -COUNT can't be an expression.
# AVAIL: TLI knows 468 symbols, 235 available
# AVAIL-COUNT-235: {{^}} available
# AVAIL-NOT: {{^}} available
# UNAVAIL-COUNT-233: not available
# UNAVAIL-NOT: not available
## This is a large file so it's worth telling lit to stop here.
# END.