Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestInstallationImporter (0.32 sec)

  1. src/go/internal/gccgoimporter/gccgoinstallation_test.go

    	"testing/quick",
    	"text/scanner",
    	"text/tabwriter",
    	"text/template",
    	"text/template/parse",
    	"time",
    	"unicode",
    	"unicode/utf16",
    	"unicode/utf8",
    }
    
    func TestInstallationImporter(t *testing.T) {
    	// This test relies on gccgo being around.
    	gpath := gccgoPath()
    	if gpath == "" {
    		t.Skip("This test needs gccgo")
    	}
    
    	var inst GccgoInstallation
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 21 02:25:41 UTC 2021
    - 4K bytes
    - Viewed (0)
Back to top