Skip to content

Commit

Permalink
Merge branch 'master' into feat/312
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy authored Dec 26, 2024
2 parents 4f60124 + ea32315 commit 01e32ce
Show file tree
Hide file tree
Showing 11 changed files with 3,476 additions 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
Loading

0 comments on commit 01e32ce

Please sign in to comment.