Merge pull request #3321 from nspcc-dev/leveldb-windows

vm: fix exit in vm tests
This commit is contained in:
Anna Shaleva 2024-02-21 19:47:07 +03:00 committed by GitHub
commit 327e766cd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.