AppFlowy/rust-lib/flowy-derive/tests/progress.rs
2021-07-04 23:31:33 +08:00

6 lines
114 B
Rust

#[tokio::test]
async fn tests() {
let t = trybuild::TestCases::new();
t.pass("tests/protobuf_enum.rs");
}