From 7798dfb98c61783324af49f643ce1693ebd62db9 Mon Sep 17 00:00:00 2001 From: Thomas Bruyelle Date: Mon, 31 Jul 2023 22:18:13 +0200 Subject: [PATCH] add comment --- gnovm/tests/imports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnovm/tests/imports.go b/gnovm/tests/imports.go index 2342a7379a8..0af77f9c59c 100644 --- a/gnovm/tests/imports.go +++ b/gnovm/tests/imports.go @@ -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) } }