Files
ultimate_rust2/examples/hello/tests/anything.rs
2021-06-12 22:36:24 -06:00

7 lines
91 B
Rust

use hello::snuggle;
#[test]
fn it_works_from_outside() {
assert!(snuggle(4) == 32);
}