5 lines
66 B
Rust
5 lines
66 B
Rust
#[test]
|
|
fn test_basic_compilation() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|
#[test]
|
|
fn test_basic_compilation() {
|
|
assert_eq!(2 + 2, 4);
|
|
}
|