mirror of https://github.com/sunface/rust-course
5 lines
43 B
5 lines
43 B
3 years ago
|
#[test]
|
||
|
fn passing() {
|
||
|
asset!(true);
|
||
|
}
|