Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGenFlowGraph (0.24 sec)

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

    	}
    	if s := stderr.String(); s != "" {
    		t.Errorf("Stderr = %s\nWant empty", s)
    	}
    	if s := stdout.String(); s != "" {
    		t.Errorf("Stdout = %s\nWant empty", s)
    	}
    }
    
    func TestGenFlowGraph(t *testing.T) {
    	if testing.Short() {
    		t.Skip("not run in short mode.")
    	}
    	runGenTest(t, "flowgraph_generator1.go", "ssa_fg_tmp1")
    }
    
    // TestCode runs all the tests in the testdata directory as subtests.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 4.9K bytes
    - Viewed (0)
Back to top