[mono] Re-enable System.Threading.Tasks tests for desktop interp (#81046)
authorSteve Pfister <steveisok@users.noreply.github.com>
Fri, 27 Jan 2023 15:50:14 +0000 (10:50 -0500)
committerGitHub <noreply@github.com>
Fri, 27 Jan 2023 15:50:14 +0000 (10:50 -0500)
Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs [deleted file]
src/libraries/System.Threading.Tasks/tests/System.Threading.Tasks.Tests.csproj

diff --git a/src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs b/src/libraries/System.Threading.Tasks/tests/AssemblyInfo.cs
deleted file mode 100644 (file)
index 185135c..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-using System;
-using Xunit;
-
-[assembly: ActiveIssue("https://github.com/dotnet/runtime/issues/35916", typeof(PlatformDetection), nameof(PlatformDetection.IsMonoInterpreter), nameof(PlatformDetection.IsNotBrowser))]
index 48ab7ce..8bebfb2 100644 (file)
@@ -7,7 +7,6 @@
     <IlcTrimMetadata>false</IlcTrimMetadata>
   </PropertyGroup>
   <ItemGroup>
-    <Compile Include="AssemblyInfo.cs" />
     <Compile Include="Helpers.cs" />
     <Compile Include="Task\TaskArgumentValidationTests.cs" />
     <Compile Include="XunitAssemblyAttributes.cs" />