Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Aug 7, 2019
1 parent 50c0467 commit 59fc1ec
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 190 deletions.
2 changes: 1 addition & 1 deletion core/isolate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ pub mod tests {
use std::ops::FnOnce;
use std::sync::atomic::{AtomicUsize, Ordering};

fn run_in_task<F, R>(f: F) -> R
pub fn run_in_task<F, R>(f: F) -> R
where
F: FnOnce() -> R,
{
Expand Down
Loading

0 comments on commit 59fc1ec

Please sign in to comment.