Explorar o código

Fix RunStateTests.

BDisp hai 1 ano
pai
achega
0766ad32b0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      UnitTests/Application/RunStateTests.cs

+ 1 - 0
UnitTests/Application/RunStateTests.cs

@@ -33,6 +33,7 @@ public class RunStateTests
         Assert.NotNull (Application.MainLoop);
         Assert.NotNull (Application.Driver);
 
+        top.Dispose ();
         Shutdown ();
 
 #if DEBUG_IDISPOSABLE