From b597250288db5370d5c5d06a4341b811cf8affc4 Mon Sep 17 00:00:00 2001 From: duckdoom5 Date: Sun, 9 Mar 2025 11:49:04 +0100 Subject: [PATCH] Fix build error in test --- tests/dotnet/Common/Common.Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dotnet/Common/Common.Tests.cs b/tests/dotnet/Common/Common.Tests.cs index 81552884..3ef6c244 100644 --- a/tests/dotnet/Common/Common.Tests.cs +++ b/tests/dotnet/Common/Common.Tests.cs @@ -899,7 +899,7 @@ public class CommonTests using (var nonTrivialDtor = new NonTrivialDtor()) { } - Assert.IsTrue(NonTrivialDtor.dtorCalled); + Assert.IsTrue(NonTrivialDtor.DtorCalled); } [Test]