Fixed more bad code

This commit is contained in:
Tig
2024-03-25 16:54:08 -06:00
parent 9c0fb02593
commit 6ebee8d42b
15 changed files with 193 additions and 187 deletions

View File

@@ -46,7 +46,7 @@ public class SyncrhonizationContextTests
);
// blocks here until the RequestStop is processed at the end of the test
Application.Run ();
Application.Run ().Dispose ();
Assert.True (success);
}
@@ -79,7 +79,7 @@ public class SyncrhonizationContextTests
);
// blocks here until the RequestStop is processed at the end of the test
Application.Run ();
Application.Run ().Dispose ();
Assert.True (success);
}
}