1
0
mirror of https://github.com/golang/go synced 2024-09-25 03:10:12 -06:00
go/test/interface
Ian Lance Taylor 3321470488 Recognize gccgo error message.
explicit.go:21:5: error: incompatible types in assignment (need explicit conversion)
   explicit.go:26:5: error: incompatible types in assignment (type has no methods)
   explicit.go:27:5: error: incompatible types in assignment (need explicit conversion)
   explicit.go:30:6: error: incompatible types in assignment (need explicit conversion; missing method ‘N’)
   explicit.go:33:7: error: invalid type conversion (need explicit conversion; missing method ‘N’)
   explicit.go:36:5: error: incompatible types in assignment

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=31805
CL=31807
2009-07-17 16:12:29 -07:00
..
bigdata.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
convert1.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
convert2.go another interface conversion test 2009-05-22 09:53:37 -07:00
convert.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
embed.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
explicit.go Recognize gccgo error message. 2009-07-17 16:12:29 -07:00
fail.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
fake.go update tests for new reflect 2009-07-07 11:04:51 -07:00
pointer.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
receiver1.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
receiver.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
recursive.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
returntype.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00
struct.go add test for yesterday's interface rule change (interface/convert1.go). 2009-05-21 13:46:20 -07:00