Rebased and replaced yield with deschedule
This commit is contained in:
@@ -680,7 +680,7 @@ fn test_rekillable_not_nested() {
|
||||
// receiving anything since
|
||||
// this block should be nested
|
||||
// into a unkillable block.
|
||||
yield();
|
||||
deschedule();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user