Allow specifying MAX_EXCERPTS
via an env variable in random tests
This commit is contained in:
parent
3e2f684545
commit
ec39c9d335
7 changed files with 12 additions and 7 deletions
|
@ -3,7 +3,7 @@ use std::{cmp, sync::Arc};
|
|||
use editor::{
|
||||
diagnostic_block_renderer, diagnostic_style,
|
||||
display_map::{BlockDisposition, BlockProperties},
|
||||
Anchor, Editor, ExcerptProperties, MultiBuffer,
|
||||
Editor, ExcerptProperties, MultiBuffer,
|
||||
};
|
||||
use gpui::{
|
||||
action, elements::*, keymap::Binding, AppContext, Entity, ModelHandle, MutableAppContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue