Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNoteReading (0.17 sec)

  1. src/cmd/go/note_test.go

    // license that can be found in the LICENSE file.
    
    package main_test
    
    import (
    	"internal/testenv"
    	"runtime"
    	"testing"
    
    	"cmd/internal/buildid"
    )
    
    func TestNoteReading(t *testing.T) {
    	// cmd/internal/buildid already has tests that the basic reading works.
    	// This test is essentially checking that -ldflags=-buildid=XXX works,
    	// both in internal and external linking mode.
    	tg := testgo(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 20 17:26:46 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top