ruwuma/ruma-api/tests/ruma_api.rs
2020-07-01 21:27:47 +02:00

6 lines
107 B
Rust

#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.pass("tests/ui/01-api-sanity-check.rs");
}