Skip to content

Commit

Permalink
Fix test class flags according to the (deleted) declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed Feb 8, 2022
1 parent 9c47faf commit 00bc78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/cctor/simple/prefldinit1.il
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

} // end of class measure

.class private auto ansi beforefieldinit test
.class private auto ansi test
extends [mscorlib]System.Object
{
.method public hidebysig static void f(unsigned int8& b) cil managed
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/cctor/simple/prefldinit2.il
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

} // end of class measure

.class private auto ansi beforefieldinit test
.class private auto ansi test
extends [mscorlib]System.Object
{
.method private hidebysig specialname rtspecialname static
Expand Down
2 changes: 1 addition & 1 deletion src/tests/JIT/Methodical/cctor/simple/prefldinit4.il
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

} // end of class measure

.class private auto ansi beforefieldinit test
.class private auto ansi test
extends [mscorlib]System.Object
{
.field public static unsigned int8 b
Expand Down

0 comments on commit 00bc78b

Please sign in to comment.