go/test/chan
Ian Lance Taylor 6cd74b03f3 Don't use a named pointer type as a receiver type. The
current spec forbids it:
    The type specified by the type name is called ``receiver
    base type''.  The receiver base type must be a type
    declared in the current file, and it must not be a pointer
    type.

R=r
DELTA=2  (0 added, 0 deleted, 2 changed)
OCL=18527
CL=18541
2008-11-05 11:25:30 -08:00
..
fifo.go update tests to new communications syntax 2008-09-16 19:33:40 -07:00
goroutines.go 104, 107, 108: they are known to fail, so mark them appropriately. 2008-09-30 12:31:47 -07:00
nonblock.go test and fix non-blocking chan ops on buffered chans 2008-09-26 11:47:04 -07:00
powser1.go Don't use a named pointer type as a receiver type. The 2008-11-05 11:25:30 -08:00
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00