Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMetaDataDecodeLitFlagIssue57942 (0.41 sec)

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

    				}
    				res := cmpFuncDesc(efuncs[fi], f)
    				if res != "" {
    					t.Errorf("ReadFunc(%d) pk %d: %s", fi, pi, res)
    				}
    			}
    		}
    		inf.Close()
    	}
    }
    
    func TestMetaDataDecodeLitFlagIssue57942(t *testing.T) {
    
    	// Encode a package with a few functions. The funcs alternate
    	// between regular functions and function literals.
    	pp := "foo/bar/pkg"
    	pn := "pkg"
    	mp := "barmod"
    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