FileCheck.py
FileCheck.py copied to clipboard
Without --match-full-lines, LLVM FileCheck allows multiple checks on a same line
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.