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