summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniele Esposti <daniele.esposti@gmail.com>2019-03-08 10:48:22 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-03-09 07:43:41 +0100
commita21ae614e667fdea9dac64548df9985113c354dd (patch)
tree392d3ab4742d21b1112b43688181ff3b1ab05fbb /tests
parentb94c94e84556af3228ea39fdfbdc0b62f7c397cc (diff)
Migrated to Rust 2018
Diffstat (limited to 'tests')
-rw-r--r--tests/snapshot_tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshot_tests.rs b/tests/snapshot_tests.rs
index d357705d..ad41edb2 100644
--- a/tests/snapshot_tests.rs
+++ b/tests/snapshot_tests.rs
@@ -1,6 +1,6 @@
mod tester;
-use tester::BatTester;
+use crate::tester::BatTester;
macro_rules! snapshot_tests {
($($test_name: ident: $style: expr,)*) => {