Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jun 11, 2022
1 parent 58980c4 commit 0872b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IL2C.Core.Test.ILConverters/Mul/Mul.il
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
ret
}

.method public static float64 Div_Single_Double(float32 lhs, float64 rhs) cil managed
.method public static float64 Mul_Single_Double(float32 lhs, float64 rhs) cil managed
{
.maxstack 2
ldarg.0
Expand All @@ -63,7 +63,7 @@
ret
}

.method public static float64 Div_Double_Single(float64 lhs, float32 rhs) cil managed
.method public static float64 Mul_Double_Single(float64 lhs, float32 rhs) cil managed
{
.maxstack 2
ldarg.0
Expand Down

0 comments on commit 0872b83

Please sign in to comment.