Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ssa_fg_tmp1 (0.14 sec)

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

    		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.
    // These tests are special because we want to run them with different
    // compiler flags set (and thus they can't just be _test.go files in
    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