emit: converto to Boolean in Bool()
This commit is contained in:
parent
2fd63387c0
commit
4b064e18aa
3 changed files with 3 additions and 2 deletions
|
@ -274,7 +274,7 @@ var structTestCases = []testCase{
|
|||
vm.NewBigIntegerItem(big.NewInt(1)),
|
||||
vm.NewBigIntegerItem(big.NewInt(2)),
|
||||
vm.NewByteArrayItem([]byte("hello")),
|
||||
vm.NewByteArrayItem([]byte{}),
|
||||
vm.NewBoolItem(false),
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue