Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkCoroTestProgOutput (0.17 sec)

  1. src/runtime/coro_test.go

    		"CoroCgoCallbackAfterPull",
    		"CoroCgoStopCallback",
    		"CoroCgoStopCallbackIterNested",
    	} {
    		t.Run(test, func(t *testing.T) {
    			checkCoroTestProgOutput(t, runTestProg(t, "testprogcgo", test))
    		})
    	}
    }
    
    func checkCoroTestProgOutput(t *testing.T, output string) {
    	t.Helper()
    
    	c := strings.SplitN(output, "\n", 2)
    	if len(c) == 1 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 21:36:37 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top