Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIssue56509 (0.12 sec)

  1. src/go/build/build_test.go

    		t.Fatalf("could not import testdata: %v", err)
    	}
    
    	if p.Doc != "Correct" {
    		t.Fatalf("incorrectly set .Doc to %q", p.Doc)
    	}
    }
    
    // TestIssue56509 tests that go/build does not add non-go files to InvalidGoFiles
    // when they have unparsable comments.
    func TestIssue56509(t *testing.T) {
    	// The directory testdata/bads contains a .s file that has an unparsable
    	// comment. (go/build parses initial comments in non-go files looking for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 15 16:24:01 UTC 2023
    - 23.9K bytes
    - Viewed (0)
Back to top