mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Migrate to trybuild
from compiletest
This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
This commit is contained in:
5
crates/macro/tests/ui.rs
Normal file
5
crates/macro/tests/ui.rs
Normal file
@ -0,0 +1,5 @@
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("ui-tests/*.rs");
|
||||
}
|
Reference in New Issue
Block a user