summaryrefslogtreecommitdiffstats
path: root/tests/multiline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiline.rs')
-rw-r--r--tests/multiline.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/multiline.rs b/tests/multiline.rs
index 5a569358..41b4d3ad 100644
--- a/tests/multiline.rs
+++ b/tests/multiline.rs
@@ -1,5 +1,5 @@
-use hay::SHERLOCK;
-use util::{Dir, TestCommand};
+use crate::hay::SHERLOCK;
+use crate::util::{Dir, TestCommand};
// This tests that multiline matches that span multiple lines, but where
// multiple matches may begin and end on the same line work correctly.