Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _Ctype_struct___1 (0.22 sec)

  1. src/cmd/cgo/internal/test/issue9026/issue9026.go

    	//
    	// Brittle: the assertion may fail spuriously when the algorithm
    	// changes, but should remain stable otherwise.
    	got := fmt.Sprintf("%T %T", in, opts)
    	want := "issue9026._Ctype_struct___0 *issue9026._Ctype_struct___1"
    	if got != want {
    		t.Errorf("Non-deterministic type names: got %s, want %s", got, want)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 17 23:34:11 UTC 2023
    - 1.1K bytes
    - Viewed (0)
Back to top