summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen-macro/tests
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/wasm-bindgen-macro/tests')
-rw-r--r--vendor/wasm-bindgen-macro/tests/ui.rs5
1 files changed, 5 insertions, 0 deletions
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");
+}