You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0xtekgrinder
changed the title
Fmt function in testing environment crash the whole function
(gnovm): Fmt function in testing environment crash the whole function
Oct 20, 2024
0xtekgrinder
changed the title
(gnovm): Fmt function in testing environment crash the whole function
(gnovm) Fmt function in testing environment crash the whole function
Oct 20, 2024
Fmt function in testing environment crash the whole function
Description
When adding a function from the fmt package in a testing environment, the whole function is crashing
Your environment
Steps to reproduce
fmt.Println("in")
gno test examples/gno.land/p/demo/acl
-vExpected behaviour
The test should pass and we should see at least once the "in" log
Actual behaviour
The test crash
Logs
The text was updated successfully, but these errors were encountered: