github.com/xyproto/orbiton/v2@v2.65.12-0.20240516144430-e10a419274ec/test/err_test_go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"testing"
     6  )
     7  
     8  func TestTest(t *testing.T) {
     9  	 fmt.Println("test will now fail")
    10  	 t.Fail()
    11  }