Browse Source
Update tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
Co-Authored-By: donandren <donandren@gmail.com>
pull/2297/head
Steven Kirk
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/Avalonia.Layout.UnitTests/LayoutManagerTests.cs
|
|
|
@ -239,7 +239,7 @@ namespace Avalonia.Layout.UnitTests |
|
|
|
} |
|
|
|
|
|
|
|
[Fact] |
|
|
|
public void LayoutManager_Should_Prevent_Infinity_Loop_On_Measure() |
|
|
|
public void LayoutManager_Should_Prevent_Infinite_Loop_On_Measure() |
|
|
|
{ |
|
|
|
var control = new LayoutTestControl(); |
|
|
|
var root = new LayoutTestRoot { Child = control }; |
|
|
|
|