Fix the tests that would be otherwise broken by https://reviews.llvm.org/D80258.
Previously, the tests relied on the misbehavior that col zero pointing to the first column that will be fixed by the LLVM patch. PiperOrigin-RevId: 316574635 Change-Id: I6a66de318081bc5ebee3f888e1f1601fc3de9af3
This commit is contained in:
parent
6f0425cd06
commit
304daeb37f
@ -4,6 +4,7 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line: 1
|
line: 1
|
||||||
|
col: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -12,9 +13,11 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line: 3
|
line: 3
|
||||||
|
col: 1
|
||||||
}
|
}
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line: 4
|
line: 4
|
||||||
|
col: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -23,6 +26,7 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line: 2
|
line: 2
|
||||||
|
col: 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,6 +4,7 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line : 1
|
line : 1
|
||||||
|
col : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -12,9 +13,11 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line : 3
|
line : 3
|
||||||
|
col : 1
|
||||||
}
|
}
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line : 4
|
line : 4
|
||||||
|
col : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -23,6 +26,7 @@ traces: {
|
|||||||
value: {
|
value: {
|
||||||
file_line_cols: {
|
file_line_cols: {
|
||||||
line : 2
|
line : 2
|
||||||
|
col : 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user