diff options
author | Aleksey Kladov <[email protected]> | 2020-08-21 12:19:31 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-21 12:19:31 +0100 |
commit | b0fd3faf36c94c3fc52151c6aa82b36b43b7cceb (patch) | |
tree | f1640e984879dc12eb4d2b2da5bab9dfa20912d4 /crates/ide/src/syntax_highlighting | |
parent | 66e0c9f840bc60fa132b285312136293301cc2c0 (diff) |
Switch to expect_test from crates.io
Diffstat (limited to 'crates/ide/src/syntax_highlighting')
-rw-r--r-- | crates/ide/src/syntax_highlighting/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/syntax_highlighting/tests.rs b/crates/ide/src/syntax_highlighting/tests.rs index ccb76f552..1c3fea058 100644 --- a/crates/ide/src/syntax_highlighting/tests.rs +++ b/crates/ide/src/syntax_highlighting/tests.rs | |||
@@ -1,6 +1,6 @@ | |||
1 | use std::fs; | 1 | use std::fs; |
2 | 2 | ||
3 | use expect::{expect_file, ExpectFile}; | 3 | use expect_test::{expect_file, ExpectFile}; |
4 | use test_utils::project_dir; | 4 | use test_utils::project_dir; |
5 | 5 | ||
6 | use crate::{mock_analysis::single_file, FileRange, TextRange}; | 6 | use crate::{mock_analysis::single_file, FileRange, TextRange}; |