forked from TrueCloudLab/neoneo-go
Merge pull request #3321 from nspcc-dev/leveldb-windows
vm: fix exit in vm tests
This commit is contained in:
commit
327e766cd9
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ func TestLoad_RunWithCALLT(t *testing.T) {
|
||||||
e.runProg(t,
|
e.runProg(t,
|
||||||
"loaddeployed "+cH.StringLE()+" -- NbrUYaZgyhSkNoRo9ugRyEMdUZxrhkNaWB:Global", // the contract's owner got from the contract's code.
|
"loaddeployed "+cH.StringLE()+" -- NbrUYaZgyhSkNoRo9ugRyEMdUZxrhkNaWB:Global", // the contract's owner got from the contract's code.
|
||||||
"run destroy",
|
"run destroy",
|
||||||
|
"exit",
|
||||||
)
|
)
|
||||||
e.checkNextLine(t, "READY: loaded \\d* instructions")
|
e.checkNextLine(t, "READY: loaded \\d* instructions")
|
||||||
e.checkStack(t) // Nothing on stack, successful execution.
|
e.checkStack(t) // Nothing on stack, successful execution.
|
||||||
|
|
Loading…
Reference in a new issue