Skip to content

Commit

Permalink
chore(gnodev/run): used preferred stdlibs import
Browse files Browse the repository at this point in the history
Signed-off-by: Manfred Touron <94029+moul@users.noreply.github.com>
  • Loading branch information
moul committed Jan 30, 2023
1 parent 51c410d commit 2d2226f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/gnodev/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ func runRun(rootDir string, verbose bool, fnames []string) error {
stderr := os.Stderr

// init store and machine
testStore := tests.TestStore(rootDir, "", stdin, stdout, stderr, tests.ImportModeStdlibsOnly)
testStore := tests.TestStore(rootDir,
"", stdin, stdout, stderr,
tests.ImportModeStdlibsPreferred)
if verbose {
testStore.SetLogStoreOps(true)
}
Expand Down

0 comments on commit 2d2226f

Please sign in to comment.