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:
Nick Fitzgerald
2018-07-10 14:17:33 -07:00
committed by Alex Crichton
parent 42938792c7
commit 92dd8e859f
12 changed files with 6 additions and 855 deletions

View File

@ -24,4 +24,3 @@ mod structural;
mod typescript;
mod u64;
mod validate_prt;
mod webidl;