1 2 3 4 5
#[test] fn task_610_test_module_is_wired() { let path = std::path::Path::new(file!()); assert!(path.ends_with("tests.rs")); }