denyhosts/clamav/libclamav_rust/.cargo/vendor/wasm-bindgen-macro/tests/ui.rs

6 lines
97 B
Rust
Raw Normal View History

2023-01-14 18:28:39 +08:00
#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("ui-tests/*.rs");
}