Port WeakSet tests to wasm

This commit is contained in:
Alex Crichton
2018-07-20 17:07:00 -07:00
parent 1d1df09e60
commit 9f7eea1e75
5 changed files with 46 additions and 161 deletions

View File

@ -28,3 +28,4 @@ pub mod SetIterator;
pub mod Symbol;
pub mod TypedArray;
pub mod WeakMap;
pub mod WeakSet;