Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Jul 31, 2023
1 parent 13089a5 commit 7798dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/tests/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func TestStore(rootDir, filesPath string, stdin io.Reader, stdout, stderr io.Wri
Output: stdout,
Store: store,
})
save := pkgPath != "testing"
save := pkgPath != "testing" // never save the "testing" package
return m2.RunMemPackage(memPkg, save)
}
}
Expand Down

0 comments on commit 7798dfb

Please sign in to comment.