Fix a few async void tests to be async Task (#82914)
authorStephen Toub <stoub@microsoft.com>
Fri, 3 Mar 2023 04:15:36 +0000 (23:15 -0500)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2023 04:15:36 +0000 (23:15 -0500)
commit66465ef8e7808b2c3e68a5e5a0a09cba2e96f9a8
treeb86c1e26a17a9290f4ce3db65293a62451a93321
parent13853e5a78dafb364305af823bac3a4dbeddf894
Fix a few async void tests to be async Task (#82914)
src/libraries/System.Formats.Tar/tests/TarWriter/TarWriter.Async.Tests.cs
src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateAuthenticationKerberosTest.cs
src/libraries/System.Runtime.Caching/tests/System.Runtime.Caching/CountersTest.cs
src/libraries/System.Runtime/tests/System/Threading/PeriodicTimerTests.cs
src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/Regex.Match.Tests.cs
src/libraries/System.Threading.RateLimiting/tests/TokenBucketRateLimiterTests.cs
src/libraries/System.Threading.Tasks/tests/CancellationTokenTests.cs
src/libraries/System.Threading.Tasks/tests/TaskToAsyncResultTests.cs