github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/testdata/TestMemPackage/fail/file_test.gno (about) 1 package test 2 3 import "testing" 4 5 func TestFail(t *testing.T) { 6 t.Errorf("OUPS") 7 }