mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
internal: fix flakiness of accidentally quadratic test
This commit is contained in:
parent
6081b437cc
commit
327323ad25
3 changed files with 131 additions and 82 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
pub mod bench_fixture;
|
||||
mod fixture;
|
||||
mod assert_linear;
|
||||
|
||||
use std::{
|
||||
convert::{TryFrom, TryInto},
|
||||
|
@ -22,7 +23,7 @@ use text_size::{TextRange, TextSize};
|
|||
pub use dissimilar::diff as __diff;
|
||||
pub use rustc_hash::FxHashMap;
|
||||
|
||||
pub use crate::fixture::Fixture;
|
||||
pub use crate::{assert_linear::AssertLinear, fixture::Fixture};
|
||||
|
||||
pub const CURSOR_MARKER: &str = "$0";
|
||||
pub const ESCAPED_CURSOR_MARKER: &str = "\\$0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue