Skip to content

Commit

Permalink
Use attribute constructor signature with optional parameter (#112476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored Feb 13, 2025
1 parent 45caaf8 commit 98e0bbe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
.method public hidebysig static int32 Main() cil managed
{
.custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = { }
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnMonoAttribute::.ctor(string) = {
.custom instance void [Microsoft.DotNet.XUnitExtensions]Xunit.SkipOnMonoAttribute::.ctor(string, valuetype [Microsoft.DotNet.XUnitExtensions]Xunit.TestPlatforms) = {
string('Tests coreclr handling of switches on natively sized integers')
int32(0xFFFFFFFF) // Any
}
.entrypoint
// Code size 79 (0x4f)
Expand Down

0 comments on commit 98e0bbe

Please sign in to comment.