mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-11-28 14:27:36 +03:00
webidl: add empty constant test file
This commit is contained in:
parent
e35129445d
commit
b23b9cce5b
1
crates/webidl/tests/all/consts.rs
Normal file
1
crates/webidl/tests/all/consts.rs
Normal file
@ -0,0 +1 @@
|
||||
use super::project;
|
@ -1,6 +1,7 @@
|
||||
extern crate wasm_bindgen_test_project_builder as project_builder;
|
||||
use project_builder::project;
|
||||
|
||||
mod consts;
|
||||
mod enums;
|
||||
mod simple;
|
||||
mod throws;
|
||||
|
Loading…
Reference in New Issue
Block a user