Skip to content

Commit

Permalink
Merge pull request #3321 from nspcc-dev/leveldb-windows
Browse files Browse the repository at this point in the history
vm: fix exit in vm tests
  • Loading branch information
AnnaShaleva authored Feb 21, 2024
2 parents 00a1a8d + b6a65e4 commit 327e766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/vm/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,7 @@ func TestLoad_RunWithCALLT(t *testing.T) {
e.runProg(t,
"loaddeployed "+cH.StringLE()+" -- NbrUYaZgyhSkNoRo9ugRyEMdUZxrhkNaWB:Global", // the contract's owner got from the contract's code.
"run destroy",
"exit",
)
e.checkNextLine(t, "READY: loaded \\d* instructions")
e.checkStack(t) // Nothing on stack, successful execution.
Expand Down

0 comments on commit 327e766

Please sign in to comment.