diff options
Diffstat (limited to 'tests/misc_zero.rs')
-rw-r--r-- | tests/misc_zero.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc_zero.rs b/tests/misc_zero.rs index 47aa8ed..0b54d50 100644 --- a/tests/misc_zero.rs +++ b/tests/misc_zero.rs @@ -1,5 +1,6 @@ extern crate micromark; use micromark::micromark; +use pretty_assertions::assert_eq; #[test] fn zero() { |