Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestArithmeticConst (0.19 sec)

  1. src/cmd/compile/internal/test/testdata/gen/arithConstGen.go

    								panic(err)
    							}
    						}
    
    					}
    				}
    
    			}
    		}
    
    		fmt.Fprintf(w, "}\n\n")
    	}
    
    	fmt.Fprint(w, `
    
    // TestArithmeticConst tests results for arithmetic operations against constants.
    func TestArithmeticConst(t *testing.T) {
    `)
    
    	for _, s := range szs {
    		fmt.Fprintf(w, `for _, test := range tests_%s%s {`, s.name, s.oponly)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 02:13:02 UTC 2022
    - 8.3K bytes
    - Viewed (0)
Back to top