This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
md-pdf-rs/src/tests/args.rs
2017-07-12 14:40:25 +01:00

7 lines
59 B
Rust

use args;
#[test]
fn it_works() {
assert_eq!(4, 4);
}