If possible, use --exact flag when running tests

This commit is contained in:
Kirill Bulatov 2020-02-15 01:06:14 +02:00
parent 9ba801befd
commit 426c0f26fe
4 changed files with 101 additions and 32 deletions

View file

@ -71,7 +71,7 @@ pub use crate::{
references::{
Declaration, Reference, ReferenceAccess, ReferenceKind, ReferenceSearchResult, SearchScope,
},
runnables::{Runnable, RunnableKind},
runnables::{Runnable, RunnableKind, TestId},
source_change::{FileSystemEdit, SourceChange, SourceFileEdit},
syntax_highlighting::HighlightedRange,
};