FileCheck.py icon indicating copy to clipboard operation
FileCheck.py copied to clipboard

Without --match-full-lines, LLVM FileCheck allows multiple checks on a same line

Open stanislaw opened this issue 5 years ago • 0 comments

We didn't know this was possible. While we don't agree that this behavior makes sense, we will still implement this behavior to be compatible.

It is a good idea though to avoid using this feature. Instead one should always use --match-full-lines to make the tests stricter.

stanislaw avatar Dec 08 '19 21:12 stanislaw