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:
Jing Pu 2020-06-15 17:03:42 -07:00 committed by TensorFlower Gardener
parent 6f0425cd06
commit 304daeb37f
2 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ traces: {
value: {
file_line_cols: {
line: 1
col: 1
}
}
}
@ -12,9 +13,11 @@ traces: {
value: {
file_line_cols: {
line: 3
col: 1
}
file_line_cols: {
line: 4
col: 1
}
}
}
@ -23,6 +26,7 @@ traces: {
value: {
file_line_cols: {
line: 2
col: 1
}
}
}

View File

@ -4,6 +4,7 @@ traces: {
value: {
file_line_cols: {
line : 1
col : 1
}
}
}
@ -12,9 +13,11 @@ traces: {
value: {
file_line_cols: {
line : 3
col : 1
}
file_line_cols: {
line : 4
col : 1
}
}
}
@ -23,6 +26,7 @@ traces: {
value: {
file_line_cols: {
line : 2
col : 1
}
}
}