Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Villaquiranm committed Oct 10, 2024
1 parent 6de7a08 commit 06d4232
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions gnovm/tests/files/std12_stdlibs.gno
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package main

import "std"

func main() {
defer func() {
// assert panic is recoverable
println(recover())
}()
std.VerifySignature("","","")
}

// Error:
// decoding Bech32 failed: must provide a valid bech32 string

0 comments on commit 06d4232

Please sign in to comment.