Skip to content

Commit bf2544e

Browse files
committed
Update unit test
1 parent 70a1ec3 commit bf2544e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unittests/SILOptimizer/PartitionUtilsTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ struct MockedPartitionOpEvaluatorWithFailureCallback final
9797
case PartitionOpError::AssignNeverSendableIntoSendingResult:
9898
case PartitionOpError::InOutSendingNotInitializedAtExit:
9999
case PartitionOpError::InOutSendingNotDisconnectedAtExit:
100+
case PartitionOpError::NonSendableIsolationCrossingResult:
100101
llvm_unreachable("Unsupported");
101102
case PartitionOpError::LocalUseAfterSend: {
102103
auto state = error.getLocalUseAfterSendError();

0 commit comments

Comments
 (0)