mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-12 20:41:24 +00:00
Move webidl tests to the webidl crate's test suite (#451)
* webidl: Remove exact-output tests These have not been as effective, nor as easy to write and maintain, as the project()-based integration tests. * tests: Move webidl tests into the webidl crate's test suite
This commit is contained in:
committed by
Alex Crichton
parent
42938792c7
commit
92dd8e859f
@ -1,12 +1,4 @@
|
||||
extern crate diff;
|
||||
extern crate env_logger;
|
||||
extern crate proc_macro2;
|
||||
extern crate syn;
|
||||
extern crate wasm_bindgen_backend as backend;
|
||||
extern crate wasm_bindgen_webidl as wb_webidl;
|
||||
extern crate wasm_bindgen_test_project_builder as project_builder;
|
||||
use project_builder::project;
|
||||
|
||||
#[macro_use]
|
||||
mod util;
|
||||
use util::*;
|
||||
|
||||
assert_compile!(Event);
|
||||
mod simple;
|
||||
|
Reference in New Issue
Block a user