diff options
Diffstat (limited to 'core/lib.rs')
-rw-r--r-- | core/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs index 66233ddfc..d044f60b5 100644 --- a/core/lib.rs +++ b/core/lib.rs @@ -8,6 +8,9 @@ mod flags; mod isolate; mod js_errors; mod libdeno; +mod shared_queue; +#[cfg(test)] +mod test_util; pub use crate::flags::v8_set_flags; pub use crate::isolate::*; |