Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestStdLib (0.57 sec)

  1. src/cmd/compile/internal/types2/stdlib_test.go

    	"internal/testenv"
    	"os"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"sync"
    	"testing"
    	"time"
    
    	. "cmd/compile/internal/types2"
    )
    
    var stdLibImporter = defaultImporter()
    
    func TestStdlib(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping in short mode")
    	}
    
    	testenv.MustHaveGoBuild(t)
    
    	// Collect non-test files.
    	dirFiles := make(map[string][]string)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top