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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
2
src/llvm
2
src/llvm
Submodule src/llvm updated: f67442eee2...0964c68ddf
Reference in New Issue
Block a user