libcore: fix task::test_osmain test.
This commit is contained in:
@@ -1212,7 +1212,7 @@ fn test_avoid_copying_the_body_unsupervise() {
|
|||||||
#[test]
|
#[test]
|
||||||
fn test_osmain() {
|
fn test_osmain() {
|
||||||
let buildr = builder();
|
let buildr = builder();
|
||||||
set_sched_mode(buildr, mode);
|
set_sched_mode(buildr, osmain);
|
||||||
|
|
||||||
let po = comm::port();
|
let po = comm::port();
|
||||||
let ch = comm::chan(po);
|
let ch = comm::chan(po);
|
||||||
|
|||||||
Reference in New Issue
Block a user