github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/tests/testing/pass/pass_test.go (about)

     1  package pass_test
     2  
     3  import "testing"
     4  
     5  func TestPass(t *testing.T) {
     6  	// This test passes.
     7  }