Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTesting (0.12 sec)

  1. src/cmd/go/testdata/script/test_race_issue26995.txt

    	t.Log("directCall")
    }
    
    func interfaceTBCall(t testing.TB) {
    	t.Helper()
    	t.Log("interfaceTBCall")
    }
    
    func interfaceCall(t TestingT) {
    	t.Helper()
    	t.Log("interfaceCall")
    }
    
    func TestTesting(t *testing.T) {
    	directCall(t)
    	interfaceTBCall(t)
    	interfaceCall(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 17:19:18 UTC 2024
    - 662 bytes
    - Viewed (0)
Back to top