Skip to content

Commit 882b5fc

Browse files
authored
Merge branch 'master' into dev/moul/avlindex
2 parents 338ae59 + 6f7c677 commit 882b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnovm/pkg/test/test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ func (opts *TestOptions) runTestFiles(
315315
// RunFiles doesn't do that currently)
316316
// - Wrap here.
317317
m = Machine(gs, opts.Output, memPkg.Path)
318-
m.Alloc = alloc
318+
m.Alloc = alloc.Reset()
319319
m.SetActivePackage(pv)
320320

321321
testingpv := m.Store.GetPackage("testing", false)

0 commit comments

Comments
 (0)