Skip to content

Commit

Permalink
chore: update txtar
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Jul 30, 2024
1 parent 1a8904d commit bfab6b1
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/empty.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ cmp stderr stderr.golden
package hello
-- stdout.golden.gno --
package hello

-- stderr.golden --
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/import_cleaning.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ var rand = &S{}
package testdata

var yes = rand.Val

-- stderr.golden --
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/include.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ package testdata
import "gno.land/r/test/mypkg"

var myVar = mypkg.HelloFromMyPkg()

-- stderr.golden --
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/multi_import.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,4 @@ func myBlog() *blog.Blog {

return &blog.Blog{}
}

-- stderr.golden --
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/noimport_format.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ import (
)

var yes = rand.Val

-- stderr.golden --
1 change: 0 additions & 1 deletion gnovm/cmd/gno/testdata/gno_fmt/shadow_import.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,4 @@ import (
func main() {
println("a", v1.Get("a"))
}

-- stderr.golden --

0 comments on commit bfab6b1

Please sign in to comment.