From 10ee2acdd26a7f1298c6f6d6b7af9b469fe29b87 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:41 +0200 Subject: Merging upstream version 1.70.0+dfsg2. Signed-off-by: Daniel Baumann --- vendor/wasm-bindgen-macro/tests/ui.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/wasm-bindgen-macro/tests/ui.rs (limited to 'vendor/wasm-bindgen-macro/tests/ui.rs') diff --git a/vendor/wasm-bindgen-macro/tests/ui.rs b/vendor/wasm-bindgen-macro/tests/ui.rs new file mode 100644 index 000000000..da15c9214 --- /dev/null +++ b/vendor/wasm-bindgen-macro/tests/ui.rs @@ -0,0 +1,5 @@ +#[test] +fn ui() { + let t = trybuild::TestCases::new(); + t.compile_fail("ui-tests/*.rs"); +} -- cgit v1.2.3