Browse Source

Fix build error in test

pull/1925/head
duckdoom5 4 months ago
parent
commit
b597250288
  1. 2
      tests/dotnet/Common/Common.Tests.cs

2
tests/dotnet/Common/Common.Tests.cs

@ -899,7 +899,7 @@ public class CommonTests @@ -899,7 +899,7 @@ public class CommonTests
using (var nonTrivialDtor = new NonTrivialDtor())
{
}
Assert.IsTrue(NonTrivialDtor.dtorCalled);
Assert.IsTrue(NonTrivialDtor.DtorCalled);
}
[Test]

Loading…
Cancel
Save