Browse Source

Merge branch 'master' into namespaceinfo-api-suppression

pull/12136/head
Max Katz 3 years ago
committed by GitHub
parent
commit
dec2452d65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/Avalonia.UnitTests/TestRoot.cs

1
tests/Avalonia.UnitTests/TestRoot.cs

@ -35,7 +35,6 @@ namespace Avalonia.UnitTests
public TestRoot(Control child)
: this(false, child)
{
Child = child;
}
public TestRoot(bool useGlobalStyles, Control child)

Loading…
Cancel
Save