Skip to content

Commit

Permalink
update approval tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP committed Oct 12, 2024
1 parent fc88e42 commit b98e9ef
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public final class com/dylibso/chicory/$gen/CompiledMachine implements com/dylib
ARETURN

public static func_0(Lcom/dylibso/chicory/runtime/Memory;Lcom/dylibso/chicory/runtime/Instance;)V
LDC 0.12345678
LDC 0.123456789012345
LDC 0.12345678F
LDC 0.123456789012345D
POP2
POP
RETURN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@ public final class com/dylibso/chicory/$gen/CompiledMachine implements com/dylib
POP
LDC 2147483647
POP
LDC -9223372036854775808
LDC -9223372036854775808L
POP2
LCONST_0
POP2
LDC 9223372036854775807
LDC 9223372036854775807L
POP2
LDC -2147483647
POP
LDC 2147483646
POP
LDC -9223372036854775807
LDC -9223372036854775807L
POP2
LDC 9223372036854775806
LDC 9223372036854775806L
POP2
ICONST_M1
POP
ICONST_1
POP
LDC -1
LDC -1L
POP2
LCONST_1
POP2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@ public final class FOO implements com/dylibso/chicory/runtime/Machine {
POP
LDC 2147483647
POP
LDC -9223372036854775808
LDC -9223372036854775808L
POP2
LCONST_0
POP2
LDC 9223372036854775807
LDC 9223372036854775807L
POP2
LDC -2147483647
POP
LDC 2147483646
POP
LDC -9223372036854775807
LDC -9223372036854775807L
POP2
LDC 9223372036854775806
LDC 9223372036854775806L
POP2
ICONST_M1
POP
ICONST_1
POP
LDC -1
LDC -1L
POP2
LCONST_1
POP2
Expand Down

0 comments on commit b98e9ef

Please sign in to comment.