Port WeakMap tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 17:01:26 -07:00
parent b667cafb63
commit 1d1df09e60
5 changed files with 57 additions and 188 deletions

View File

@ -27,3 +27,4 @@ pub mod Set;
pub mod SetIterator;
pub mod Symbol;
pub mod TypedArray;
pub mod WeakMap;