Skip to content

Commit 8e532de

Browse files
committed
[DotMemoryUnit(FailIfRunWithoutSupport = true)]
1 parent 3d7af9d commit 8e532de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Avalonia.LeakTests/ControlTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
namespace Avalonia.LeakTests
3131
{
32-
[DotMemoryUnit(FailIfRunWithoutSupport = false)]
32+
[DotMemoryUnit(FailIfRunWithoutSupport = true)]
3333
public class ControlTests
3434
{
3535
// Need to have the collection as field, so GC will not free it

0 commit comments

Comments
 (0)