From: Michal Strehovský Date: Sun, 12 Jul 2020 16:51:00 +0000 (+0200) Subject: Sync shared compiled files (#39162) X-Git-Tag: submit/tizen/20210909.063632~6765 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3c4cfb4b45fdd3762a4ca6fe2adf2d4eb6a49485;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Sync shared compiled files (#39162) --- diff --git a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs index 0eba14f..51578a1 100644 --- a/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs +++ b/src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs @@ -7,7 +7,7 @@ using Xunit; namespace TypeSystemTests { - public class GCPointerMapTests + public partial class GCPointerMapTests { TestTypeSystemContext _context; ModuleDesc _testModule;