Skip to content

Commit d0ac1bb

Browse files
committed
libcore: fix task::test_osmain test.
1 parent a899e65 commit d0ac1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ fn test_avoid_copying_the_body_unsupervise() {
12121212
#[test]
12131213
fn test_osmain() {
12141214
let buildr = builder();
1215-
set_sched_mode(buildr, mode);
1215+
set_sched_mode(buildr, osmain);
12161216

12171217
let po = comm::port();
12181218
let ch = comm::chan(po);

0 commit comments

Comments
 (0)