aboutsummaryrefslogtreecommitdiffstats
path: root/tests/code_indented.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/code_indented.rs')
-rw-r--r--tests/code_indented.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/code_indented.rs b/tests/code_indented.rs
index cb316e7..cd27953 100644
--- a/tests/code_indented.rs
+++ b/tests/code_indented.rs
@@ -1,5 +1,6 @@
extern crate micromark;
use micromark::{micromark, micromark_with_options, Constructs, Options};
+use pretty_assertions::assert_eq;
#[test]
fn code_indented() {