aboutsummaryrefslogtreecommitdiff
path: root/crates/libeditor/tests/test.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-25 12:26:34 +0100
committerAleksey Kladov <[email protected]>2018-08-25 12:26:34 +0100
commit2d41bc3e6c1adb8abce5c796cfd24f77fee6f420 (patch)
treee3b683b98ca0720d42ae55565741bd0ef806f631 /crates/libeditor/tests/test.rs
parente4828124238c4238a7f5532621d1f2df2170e77a (diff)
rename
Diffstat (limited to 'crates/libeditor/tests/test.rs')
-rw-r--r--crates/libeditor/tests/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/libeditor/tests/test.rs b/crates/libeditor/tests/test.rs
index 7e5e75ec2..04c616ff4 100644
--- a/crates/libeditor/tests/test.rs
+++ b/crates/libeditor/tests/test.rs
@@ -1,9 +1,9 @@
1extern crate libeditor; 1extern crate libeditor;
2extern crate libsyntax2; 2extern crate libsyntax2;
3#[macro_use] 3#[macro_use]
4extern crate assert_eq_text; 4extern crate test_utils;
5 5
6use assert_eq_text::{assert_eq_dbg}; 6use test_utils::{assert_eq_dbg};
7use libsyntax2::{File, TextUnit, TextRange}; 7use libsyntax2::{File, TextUnit, TextRange};
8use libeditor::{ 8use libeditor::{
9 ActionResult, 9 ActionResult,