Skip to content

Commit 3be067d

Browse files
authored
Add AnyApple to TestPlatforms (#16083)
1 parent 6122520 commit 3be067d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.DotNet.XUnitExtensions.Shared/TestPlatforms.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public enum TestPlatforms
1313
OSX = 4,
1414
FreeBSD = 8,
1515
NetBSD = 16,
16-
illumos= 32,
16+
illumos = 32,
1717
Solaris = 64,
1818
iOS = 128,
1919
tvOS = 256,
@@ -24,6 +24,7 @@ public enum TestPlatforms
2424
Wasi = 8192,
2525
Haiku = 16384,
2626
AnyUnix = FreeBSD | Linux | NetBSD | OSX | illumos | Solaris | iOS | tvOS | MacCatalyst | Android | Browser | LinuxBionic | Wasi | Haiku,
27+
AnyApple = OSX | iOS | tvOS | MacCatalyst,
2728
Any = ~0
2829
}
2930
}

0 commit comments

Comments
 (0)