Skip to content

Commit

Permalink
Fix failing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Jan 16, 2025
1 parent 5d19fda commit 46ca457
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public partial class CGColorSpaceNames {

yield return [
nsStringFieldProperty,
"Foundation.NSString? _GenericGray;"
"static Foundation.NSString? _GenericGray;"
];

const string byteFieldProperty = @"
Expand All @@ -60,7 +60,7 @@ public partial class CGColorSpaceNames {

yield return [
byteFieldProperty,
"byte _GenericGray;"
"static byte _GenericGray;"
];

const string otherByteFieldProperty = @"
Expand Down

0 comments on commit 46ca457

Please sign in to comment.