Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/coreclr/src/jit/jit.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#define _JIT_H_
/*****************************************************************************/

// Dummy change

//
// clr.sln only defines _DEBUG
// The jit uses DEBUG rather than _DEBUG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
namespace MonoTests.System.Drawing
{

[SkipOnCoreClr("https://github.com/dotnet/runtime/issues/37082", TestPlatforms.AnyUnix, RuntimeConfiguration.Checked)]
public class TestBitmap
{

Expand Down