mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Prevent leaking inputViews between iOS unit tests (flutter/engine#35450)
This commit is contained in:
parent
934459b6e7
commit
b2529fd20a
@ -1137,6 +1137,7 @@ FLUTTER_ASSERT_ARC
|
||||
@"composingExtent" : @3
|
||||
}];
|
||||
OCMVerify([mockInputView setInputDelegate:[OCMArg isNotNil]]);
|
||||
[inputView removeFromSuperview];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user