diff --git a/crates/webidl/tests/all/main.rs b/crates/webidl/tests/all/main.rs index 13a6f789..10518c13 100644 --- a/crates/webidl/tests/all/main.rs +++ b/crates/webidl/tests/all/main.rs @@ -1,6 +1,6 @@ extern crate wasm_bindgen_test_project_builder as project_builder; use project_builder::project; -mod simple; mod enums; +mod simple; mod throws;