filecheck icon indicating copy to clipboard operation
filecheck copied to clipboard

Include line numbers in "Missed" messages

Open sunfishcode opened this issue 7 years ago • 0 comments

When a filecheck pattern fails to match, it prints out a line like

Missed #3: (?P<p1>v\d+) = load\.i64 v3

While it's usually possible to find the pattern in the test file that triggered this, it would be easier if this message included a line number.

sunfishcode avatar Mar 23 '18 20:03 sunfishcode