Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDictIndex (0.09 sec)

  1. src/cmd/link/internal/ld/dwarf_test.go

    	if found != expected {
    		t.Errorf("param check failed, wanted:\n%s\ngot:\n%s\n",
    			expected, found)
    	}
    }
    
    func TestDictIndex(t *testing.T) {
    	// Check that variables with a parametric type have a dictionary index
    	// attribute and that types that are only referenced through dictionaries
    	// have DIEs.
    	testenv.MustHaveGoBuild(t)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 08 01:38:11 UTC 2024
    - 48.6K bytes
    - Viewed (0)
Back to top