This commit is contained in:
Julius Rakow 2018-07-13 19:56:19 +02:00
parent 1007449a17
commit 63598721ca
No known key found for this signature in database
GPG Key ID: 9AABD9B859435A93

View File

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