5 lines
51 B
Rust
5 lines
51 B
Rust
#[test]
|
|
fn test_sample() {
|
|
assert_eq!(1, 1);
|
|
}
|
#[test]
|
|
fn test_sample() {
|
|
assert_eq!(1, 1);
|
|
}
|