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 1e88884 commit 58980c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/IL2C.Core.Test.ILConverters/Add/Add.il
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
ret
}

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

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

0 comments on commit 58980c4

Please sign in to comment.