Make typesystem tests anycpu (#56881)
authorDavid Wrighton <davidwr@microsoft.com>
Thu, 5 Aug 2021 07:20:54 +0000 (00:20 -0700)
committerGitHub <noreply@github.com>
Thu, 5 Aug 2021 07:20:54 +0000 (09:20 +0200)
- Allows running the -test switch with architectures other than the machine local architecture

Fixes #56734

src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILCompiler.TypeSystem.ReadyToRun.Tests.csproj

index e688993..558daa2 100644 (file)
@@ -12,6 +12,7 @@
          included in compilation of this project -->
     <EnableDefaultItems>false</EnableDefaultItems>
     <Platforms>AnyCPU;x64</Platforms>
+    <PlatformTarget>AnyCPU</PlatformTarget>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>