Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BenchmarkThatCallsFatal (2.93 sec)

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

    ! stdout ^ok
    ! stderr ^ok
    stdout FAIL.*benchfatal
    
    -- go.mod --
    module benchfatal
    
    go 1.16
    -- x_test.go --
    package benchfatal
    
    import "testing"
    
    func BenchmarkThatCallsFatal(b *testing.B) {
    	b.Fatal("called by benchmark")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 17 13:25:29 UTC 2020
    - 339 bytes
    - Viewed (0)
Back to top