Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for collectInlCands (0.27 sec)

  1. src/cmd/compile/internal/test/inl_test.go

    		}
    		mbase := collectInlCands(string(b))
    
    		// Redo the build with -cover, also with "-m".
    		args = []string{"build", "-gcflags=runtime=-m", mode, "runtime"}
    		cmd = testenv.Command(t, testenv.GoToolPath(t), args...)
    		b, err = cmd.CombinedOutput()
    		if err != nil {
    			t.Fatalf("build failed (%v): %s", err, b)
    		}
    		mcov := collectInlCands(string(b))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top