Rebased and replaced yield with deschedule

This commit is contained in:
Flaper Fesp
2013-08-27 09:53:31 +02:00
parent 5e80e0cbf4
commit df84925b45
2 changed files with 2 additions and 2 deletions

View File

@@ -680,7 +680,7 @@ fn test_rekillable_not_nested() {
// receiving anything since // receiving anything since
// this block should be nested // this block should be nested
// into a unkillable block. // into a unkillable block.
yield(); deschedule();
} }
} }