Update FFMpegCore.Test/Utilities/OsSpecificTestMethod.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Malte Rosenbjerg 2025-10-17 15:20:44 +02:00 committed by GitHub
parent 7794276536
commit 0a0e6c4985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,9 +7,9 @@ namespace FFMpegCore.Test.Utilities;
[Flags] [Flags]
internal enum OsPlatforms : ushort internal enum OsPlatforms : ushort
{ {
Windows, Windows = 1,
Linux, Linux = 2,
MacOS MacOS = 4
} }
internal class OsSpecificTestMethod : TestMethodAttribute internal class OsSpecificTestMethod : TestMethodAttribute