Skip to content

Commit

Permalink
chore: reproduce error from #638
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Nov 2, 2023
1 parent 0076e48 commit f043c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/lol/gno.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module gno.land/p/demo/lol
1 change: 1 addition & 0 deletions examples/gno.land/p/demo/lol/lol.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package lol
9 changes: 9 additions & 0 deletions examples/gno.land/p/demo/lol/lol_test.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package lol_test

import (
"testing"
)

func TestLol(t *testing.T) {
println("hello")
}

0 comments on commit f043c79

Please sign in to comment.