5 lines
41 B
Rust
5 lines
41 B
Rust
#[test]
|
|
fn test() {
|
|
assert!(true);
|
|
}
|
#[test]
|
|
fn test() {
|
|
assert!(true);
|
|
}
|