Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMetaDataEmptyPackage (0.35 sec)

  1. src/internal/coverage/test/roundtrip_test.go

    	swant := fmt.Sprintf("%+v", want)
    	sgot := fmt.Sprintf("%+v", got)
    	if swant == sgot {
    		return ""
    	}
    	return fmt.Sprintf("wanted %q got %q", swant, sgot)
    }
    
    func TestMetaDataEmptyPackage(t *testing.T) {
    	// Make sure that encoding/decoding works properly with packages
    	// that don't actually have any functions.
    	p := "empty/package"
    	pn := "package"
    	mp := "m"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 20 21:42:05 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top