github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/m2/m2_test.gno (about) 1 package m2 2 3 import "testing" 4 5 func TestM2(t *testing.T) { 6 t.Errorf("got %s, want %s", "AAA", "BBB") 7 }