Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestBasics (0.08 sec)

  1. src/internal/coverage/cformat/fmt_test.go

    // license that can be found in the LICENSE file.
    
    package cformat_test
    
    import (
    	"internal/coverage"
    	"internal/coverage/cformat"
    	"slices"
    	"strings"
    	"testing"
    )
    
    func TestBasics(t *testing.T) {
    	fm := cformat.NewFormatter(coverage.CtrModeAtomic)
    
    	mku := func(stl, enl, nx uint32) coverage.CoverableUnit {
    		return coverage.CoverableUnit{
    			StLine:  stl,
    			EnLine:  enl,
    			NxStmts: nx,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 23 11:36:57 UTC 2023
    - 3.9K bytes
    - Viewed (0)
Back to top