Commit 4737b12
committed
Update clang-tidy expected output for newer versions
Newer clang-tidy versions (15+) include line numbers and formatting
bars in error output:
Old: 'int main(){...}'
New: ' 2 | int main(){...}'
' | ^'
Updated expected output format in integration tests to match.1 parent b080692 commit 4737b12
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
0 commit comments