Files
ultimate_rust2/example/hello/tests/anything.rs
2021-06-12 23:36:49 -06:00

7 lines
91 B
Rust

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