mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Update unit test
This commit is contained in:
@@ -97,6 +97,7 @@ struct MockedPartitionOpEvaluatorWithFailureCallback final
|
|||||||
case PartitionOpError::AssignNeverSendableIntoSendingResult:
|
case PartitionOpError::AssignNeverSendableIntoSendingResult:
|
||||||
case PartitionOpError::InOutSendingNotInitializedAtExit:
|
case PartitionOpError::InOutSendingNotInitializedAtExit:
|
||||||
case PartitionOpError::InOutSendingNotDisconnectedAtExit:
|
case PartitionOpError::InOutSendingNotDisconnectedAtExit:
|
||||||
|
case PartitionOpError::NonSendableIsolationCrossingResult:
|
||||||
llvm_unreachable("Unsupported");
|
llvm_unreachable("Unsupported");
|
||||||
case PartitionOpError::LocalUseAfterSend: {
|
case PartitionOpError::LocalUseAfterSend: {
|
||||||
auto state = error.getLocalUseAfterSendError();
|
auto state = error.getLocalUseAfterSendError();
|
||||||
|
|||||||
Reference in New Issue
Block a user