mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[tests] Adjusting SR-12425 diagnostics tests
This commit is contained in:
@@ -3577,11 +3577,12 @@ bool ConstraintSystem::repairFailures(
|
||||
break;
|
||||
}
|
||||
|
||||
case ConstraintLocator::KeyPathRoot:
|
||||
case ConstraintLocator::KeyPathRoot: {
|
||||
conversionsOrFixes.push_back(AllowKeyPathRootTypeMismatch::create(
|
||||
*this, lhs, rhs, getConstraintLocator(locator)));
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case ConstraintLocator::FunctionArgument: {
|
||||
auto *argLoc = getConstraintLocator(
|
||||
|
||||
Reference in New Issue
Block a user