This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
literate-tribble/adder/tests/lib.rs

6 lines
81 B
Rust

extern crate adder;
#[test]
fn it_works() {
assert_eq!(4, adder::add_two(2));
}