dioxus/packages/html-internal-macro/tests/progress.rs
2023-08-13 16:45:17 +09:00

5 lines
97 B
Rust

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