Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-dambovaliev committed Mar 23, 2024
1 parent aae6d08 commit 395bfd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gnovm/pkg/gnolang/gno_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
)

func TestBuiltinIdentifiersShadowing(t *testing.T) {
t.Parallel()
tests := map[string]string{}

uverseNames := []string{
Expand Down Expand Up @@ -87,6 +88,8 @@ func TestBuiltinIdentifiersShadowing(t *testing.T) {

for n, s := range tests {
t.Run(n, func(t *testing.T) {
t.Parallel()

defer func() {
if r := recover(); r == nil {
t.Fatalf("shadowing test: `%s` should have failed but didn't\n", n)
Expand Down

0 comments on commit 395bfd0

Please sign in to comment.