Skip to content

Commit

Permalink
Merge branch 'master' into feat/bech32-std-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm authored Dec 23, 2024
2 parents e822ae5 + 6f7c677 commit fce77a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/pkg/test/test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func (opts *TestOptions) runTestFiles(
// RunFiles doesn't do that currently)
// - Wrap here.
m = Machine(gs, opts.Output, memPkg.Path)
m.Alloc = alloc
m.Alloc = alloc.Reset()
m.SetActivePackage(pv)

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

0 comments on commit fce77a4

Please sign in to comment.