slint/sixtyfps_runtime/rendering_backends/gl/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);
}
}