Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit a73a27e

Browse files
fix test
1 parent 641b82a commit a73a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main_context.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ mod tests {
134134
#[test]
135135
fn test_invoke() {
136136
let c = MainContext::new();
137-
let l = ::MainLoop::new(&c, false);
137+
let l = ::MainLoop::new(Some(&c), false);
138138

139139
let l_clone = l.clone();
140140
thread::spawn(move || {

0 commit comments

Comments
 (0)