Unnamed repository; edit this file 'description' to name the repository.
Rm out of bounds
Ariel Davis 2023-05-07
parent cc2936b · commit ed498b6
-rw-r--r--lib/line-index/tests/it.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/line-index/tests/it.rs b/lib/line-index/tests/it.rs
index fcaf0e4a8c..ce1c0bc6f1 100644
--- a/lib/line-index/tests/it.rs
+++ b/lib/line-index/tests/it.rs
@@ -12,7 +12,6 @@ fn test_line_index() {
(08, 1, 2),
(10, 1, 4),
(11, 1, 5),
- (12, 1, 6),
];
let index = LineIndex::new(text);