Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/test/testdata/dupLoad_test.go

    			x, y := read2(b)
    			if x&0xff00 != y&0xff00 {
    				t.Errorf("x=%x y=%x\n", x, y)
    				done <- false
    				return
    			}
    		}
    		done <- true
    	}()
    	<-done
    	<-done
    }
    
    func TestDupLoad(t *testing.T) {
    	main1(t)
    	main2(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 1.5K bytes
    - Viewed (0)
Back to top