We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4513a1e commit e941d41Copy full SHA for e941d41
1 file changed
Src/ManagedVwWindowTests/ManagedVwWindowTests.cs
@@ -34,7 +34,7 @@ public void SimpleWindowTest()
34
public void NotSettingWindowTest()
35
{
36
var wrappedWindow = new ManagedVwWindow();
37
- Assert.That(() => wrappedWindow.GetClientRectangle(out var _temp), Throws.TypeOf<ApplicationException>());
+ Assert.That(() => wrappedWindow.GetClientRectangle(out _), Throws.TypeOf<ApplicationException>());
38
}
39
40
0 commit comments