Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestNoRefName (0.2 sec)

  1. src/cmd/internal/obj/objfile_test.go

    		t.Fatalf("did not fail\noutput: %s", out)
    	}
    	const want = "symbol too large"
    	if !bytes.Contains(out, []byte(want)) {
    		t.Errorf("unexpected error message: want: %q, got: %s", want, out)
    	}
    }
    
    func TestNoRefName(t *testing.T) {
    	// Test that the norefname flag works.
    	testenv.MustHaveGoBuild(t)
    
    	tmpdir := t.TempDir()
    
    	src := filepath.Join(tmpdir, "x.go")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 3.7K bytes
    - Viewed (0)
Back to top