forked from OSchip/llvm-project
[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:
parent
081074e1ea
commit
7bef49296e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue