diff options
author | Aleksey Kladov <[email protected]> | 2018-08-25 12:26:34 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-08-25 12:26:34 +0100 |
commit | 2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 (patch) | |
tree | e3b683b98ca0720d42ae55565741bd0ef806f631 /crates/libanalysis/tests | |
parent | e4828124238c4238a7f5532621d1f2df2170e77a (diff) |
rename
Diffstat (limited to 'crates/libanalysis/tests')
-rw-r--r-- | crates/libanalysis/tests/tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/libanalysis/tests/tests.rs b/crates/libanalysis/tests/tests.rs index 931ab4183..32abf9152 100644 --- a/crates/libanalysis/tests/tests.rs +++ b/crates/libanalysis/tests/tests.rs | |||
@@ -1,10 +1,10 @@ | |||
1 | extern crate libanalysis; | 1 | extern crate libanalysis; |
2 | extern crate assert_eq_text; | 2 | extern crate test_utils; |
3 | 3 | ||
4 | use std::path::PathBuf; | 4 | use std::path::PathBuf; |
5 | 5 | ||
6 | use libanalysis::{WorldState, FileId}; | 6 | use libanalysis::{WorldState, FileId}; |
7 | use assert_eq_text::assert_eq_dbg; | 7 | use test_utils::assert_eq_dbg; |
8 | 8 | ||
9 | 9 | ||
10 | #[test] | 10 | #[test] |