diff --git a/src/coreclr/src/jit/jit.h b/src/coreclr/src/jit/jit.h index 70296152db539f..3ad370d8bd04c5 100644 --- a/src/coreclr/src/jit/jit.h +++ b/src/coreclr/src/jit/jit.h @@ -6,6 +6,8 @@ #define _JIT_H_ /*****************************************************************************/ +// Dummy change + // // clr.sln only defines _DEBUG // The jit uses DEBUG rather than _DEBUG diff --git a/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs b/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs index 4fecd70d8a0d2f..32bcb9b418b975 100644 --- a/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs +++ b/src/libraries/System.Drawing.Common/tests/mono/System.Drawing/BitmapTests.cs @@ -46,7 +46,6 @@ namespace MonoTests.System.Drawing { - [SkipOnCoreClr("https://github.com/dotnet/runtime/issues/37082", TestPlatforms.AnyUnix, RuntimeConfiguration.Checked)] public class TestBitmap {