diff --git a/gnovm/tests/files/zrealm12.gno b/gnovm/tests/files/zrealm12.gno index ee9e85d827b..d201ecc1470 100644 --- a/gnovm/tests/files/zrealm12.gno +++ b/gnovm/tests/files/zrealm12.gno @@ -2,6 +2,7 @@ package test import ( + "gno.land/r/demo/tests" "std" ) @@ -23,3 +24,6 @@ func main() { panic("should not happen") } } + +// Output: +// second's child