Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into dev/moul/examples
Browse files Browse the repository at this point in the history
  • Loading branch information
moul committed Oct 18, 2024
2 parents 2cee5eb + 4d86229 commit d53c180
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 59 deletions.
2 changes: 0 additions & 2 deletions gnovm/pkg/gnoenv/gnohome.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ func HomeDir() string {
}
gnoHome := filepath.Join(dir, "gno")

// XXX: added april 2023 as a transitory measure - remove after test4
fixOldDefaultGnoHome(gnoHome)
return gnoHome
}
28 changes: 0 additions & 28 deletions gnovm/pkg/gnoenv/migration.go

This file was deleted.

29 changes: 0 additions & 29 deletions gnovm/pkg/gnoenv/migration_test.go

This file was deleted.

4 changes: 4 additions & 0 deletions gnovm/tests/package_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import (
)

func TestStdlibs(t *testing.T) {
t.Parallel()

// NOTE: this test only works using _test.gno files;
// filetests are not meant to be used for testing standard libraries.
// The examples directory is tested directly using `gno test`u
Expand Down Expand Up @@ -51,6 +53,8 @@ func TestStdlibs(t *testing.T) {
for _, pkgPath := range pkgPaths {
testDir := testDirs[pkgPath]
t.Run(pkgPath, func(t *testing.T) {
pkgPath := pkgPath
t.Parallel()
runPackageTest(t, testDir, pkgPath)
})
}
Expand Down

0 comments on commit d53c180

Please sign in to comment.