webidl: add empty constant test file

This commit is contained in:
Julius Rakow 2018-07-13 18:32:04 +02:00
parent e35129445d
commit b23b9cce5b
No known key found for this signature in database
GPG Key ID: 9AABD9B859435A93
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
use super::project;

View File

@ -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;