Skip to content

Commit 34df93e

Browse files
committed
fix tests
1 parent 713fe0f commit 34df93e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/no-color/multiline_annotation.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ range = [5, 19]
3333
[[slices.annotations]]
3434
label = "expected enum `std::option::Option`, found ()"
3535
annotation_type = "Error"
36-
range = [22, 765]
36+
range = [22, 766]
3737
[title]
3838
label = "mismatched types"
3939
id = "E0308"

tests/fixtures/no-color/multiline_annotation2.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fold = false
1010
[[slices.annotations]]
1111
label = "missing fields `lineno`, `content`"
1212
annotation_type = "Error"
13-
range = [31, 127]
13+
range = [31, 128]
1414

1515
[title]
1616
label = "pattern does not mention fields `lineno`, `content`"

0 commit comments

Comments
 (0)