mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-25 19:11:45 +03:00
Add a stub test module for when we have webidl tests
This commit is contained in:
parent
3369498dca
commit
daabbbd06e
@ -383,3 +383,4 @@ mod structural;
|
||||
mod non_wasm;
|
||||
mod u64;
|
||||
mod char;
|
||||
mod webidl;
|
||||
|
1
tests/all/webidl/mod.rs
Normal file
1
tests/all/webidl/mod.rs
Normal file
@ -0,0 +1 @@
|
||||
mod simple;
|
4
tests/all/webidl/simple.rs
Normal file
4
tests/all/webidl/simple.rs
Normal file
@ -0,0 +1,4 @@
|
||||
#[test]
|
||||
fn webidl() {
|
||||
assert!(true);
|
||||
}
|
Loading…
Reference in New Issue
Block a user