Skip to content

Commit df84925

Browse files
committed
Rebased and replaced yield with deschedule
1 parent 5e80e0c commit df84925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libstd/task/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ fn test_rekillable_not_nested() {
680680
// receiving anything since
681681
// this block should be nested
682682
// into a unkillable block.
683-
yield();
683+
deschedule();
684684
}
685685
}
686686

src/llvm

Submodule llvm updated 5382 files

0 commit comments

Comments
 (0)