Browse Source

Fix build error in test

pull/1925/head
duckdoom5 1 year 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
using (var nonTrivialDtor = new NonTrivialDtor()) using (var nonTrivialDtor = new NonTrivialDtor())
{ {
} }
Assert.IsTrue(NonTrivialDtor.dtorCalled); Assert.IsTrue(NonTrivialDtor.DtorCalled);
} }
[Test] [Test]

Loading…
Cancel
Save