slint/api/sixtyfps-rs/lib.rs
2020-05-04 10:49:58 +02:00

7 lines
95 B
Rust

#[cfg(test)]
mod tests {
#[test]
fn it_works() {
assert_eq!(2 + 2, 4);
}
}