oden/third-party/vendor/wasm-bindgen-macro/tests/ui.rs
2024-03-08 11:03:01 -08:00

5 lines
97 B
Rust

#[test]
fn ui() {
let t = trybuild::TestCases::new();
t.compile_fail("ui-tests/*.rs");
}