You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/unit/System.Windows.Forms/System/Windows/Forms/FormTests.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2656,7 +2656,6 @@ public void Form_Show_SetsOwnerToTopLevelForm_WhenShownWithOwner(Action<Form, Co
2656
2656
Assert.False(child.IsHandleCreated);
2657
2657
}
2658
2658
2659
-
#pragma warning disable WFO5002// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
#pragma warning restore WFO5002// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
0 commit comments