Skip to content

Commit 74bb9cc

Browse files
committed
fix
1 parent 06f100b commit 74bb9cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/codegen/debug-column.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fn main() {
1313
// CHECK: call void @turtle(){{( #[0-9]+)?}}, !dbg [[B:!.*]]
1414
/* ż */ turtle();
1515

16-
// CHECK: [[A]] = !DILocation(line: 11, column: 9,
17-
// CHECK: [[B]] = !DILocation(line: 15, column: 10,
16+
// CHECK: [[A]] = !DILocation(line: 10, column: 9,
17+
// CHECK: [[B]] = !DILocation(line: 14, column: 10,
1818
}
1919
}
2020

0 commit comments

Comments
 (0)