Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFuncProperties (0.15 sec)

  1. src/cmd/compile/internal/inline/inlheur/funcprops_test.go

    	"regexp"
    	"strconv"
    	"strings"
    	"testing"
    	"time"
    )
    
    var remasterflag = flag.Bool("update-expected", false, "if true, generate updated golden results in testcases for all props tests")
    
    func TestFuncProperties(t *testing.T) {
    	td := t.TempDir()
    	// td = "/tmp/qqq"
    	// os.RemoveAll(td)
    	// os.Mkdir(td, 0777)
    	testenv.MustHaveGoBuild(t)
    
    	// NOTE: this testpoint has the unfortunate characteristic that it
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 15K bytes
    - Viewed (0)
Back to top