Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue24392 (0.23 sec)

  1. src/go/internal/srcimporter/srcimporter_test.go

    	}
    }
    
    // TestIssue23092 tests relative imports.
    func TestIssue23092(t *testing.T) {
    	testImportPath(t, "./testdata/issue23092")
    }
    
    // TestIssue24392 tests imports against a path containing 'testdata'.
    func TestIssue24392(t *testing.T) {
    	testImportPath(t, "go/internal/srcimporter/testdata/issue24392")
    }
    
    func TestCgo(t *testing.T) {
    	testenv.MustHaveGoBuild(t)
    	testenv.MustHaveCGO(t)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top