Skip to content

Commit

Permalink
Fix ldarg_i test (#79834)
Browse files Browse the repository at this point in the history
When changing the test recently, I have missed the conv.i4 that I should
have removed from the preexisting code. The test was passing when
`runincontext` was passed to the coreclr test run, so I have incorrectly
assumed that it will work in regular runs too.
  • Loading branch information
janvorli authored Dec 20, 2022
1 parent 0579209 commit 551a44d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
ldsflda int32 _ldarg::FOO
ldc.i4 0x2
add
conv.i4
ldsflda int32 _ldarg::FOO
call native int _ldarg::args(native int)
ceq
Expand Down

0 comments on commit 551a44d

Please sign in to comment.