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/syntax/src | |
parent | 66e0c9f840bc60fa132b285312136293301cc2c0 (diff) |
Switch to expect_test from crates.io
Diffstat (limited to 'crates/syntax/src')
-rw-r--r-- | crates/syntax/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/src/tests.rs b/crates/syntax/src/tests.rs index ddc718369..8c217dfe0 100644 --- a/crates/syntax/src/tests.rs +++ b/crates/syntax/src/tests.rs | |||
@@ -4,7 +4,7 @@ use std::{ | |||
4 | path::{Path, PathBuf}, | 4 | path::{Path, PathBuf}, |
5 | }; | 5 | }; |
6 | 6 | ||
7 | use expect::expect_file; | 7 | use expect_test::expect_file; |
8 | use rayon::prelude::*; | 8 | use rayon::prelude::*; |
9 | use test_utils::project_dir; | 9 | use test_utils::project_dir; |
10 | 10 | ||