浏览代码

Fix RunStateTests.

BDisp 1 年之前
父节点
当前提交
0766ad32b0
共有 1 个文件被更改,包括 1 次插入0 次删除
  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