Nick Fitzgerald 92dd8e859f 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
2018-07-10 16:17:33 -05:00

5 lines
110 B
Rust

extern crate wasm_bindgen_test_project_builder as project_builder;
use project_builder::project;
mod simple;