Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SupunS committed Feb 14, 2025
1 parent c76e75a commit 4e661a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbq/opcode/print_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestPrintInstruction(t *testing.T) {

"New kind:CompositeKind(258) typeIndex:772": {byte(New), 1, 2, 3, 4},

"Cast typeIndex:258 kind:3": {byte(Cast), 1, 2, 3},
"SimpleCast typeIndex:258": {byte(SimpleCast), 1, 2, 3},

`Path domain:PathDomainStorage identifierIndex:5`: {byte(Path), 1, 0, 5},

Expand Down

0 comments on commit 4e661a7

Please sign in to comment.