]> Cypherpunks repositories - gostls13.git/commit
add test for yesterday's interface rule change (interface/convert1.go).
authorRuss Cox <rsc@golang.org>
Thu, 21 May 2009 20:46:20 +0000 (13:46 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 21 May 2009 20:46:20 +0000 (13:46 -0700)
commitb9159722dd874c9ef64dd16af49084077d7a9bb8
tree97c2f40f26cc4882dc5adb10c4961a6846f42cf4
parenta016081f435d2cee1de3d3d09d085a8eb213b35a
add test for yesterday's interface rule change (interface/convert1.go).
move interface tests to subdirectory.

R=r
DELTA=1632  (827 added, 804 deleted, 1 changed)
OCL=29181
CL=29191
15 files changed:
test/golden.out
test/interface/bigdata.go [moved from test/interface4.go with 100% similarity]
test/interface/convert.go [moved from test/interface11.go with 100% similarity]
test/interface/convert1.go [new file with mode: 0644]
test/interface/embed.go [moved from test/interface10.go with 100% similarity]
test/interface/explicit.go [moved from test/interface5.go with 100% similarity]
test/interface/fail.go [moved from test/interface2.go with 100% similarity]
test/interface/fake.go [moved from test/interface7.go with 100% similarity]
test/interface/pointer.go [moved from test/interface1.go with 100% similarity]
test/interface/receiver.go [moved from test/interface8.go with 91% similarity]
test/interface/receiver1.go [moved from test/interface9.go with 88% similarity]
test/interface/recursive.go [moved from test/interface.go with 78% similarity]
test/interface/returntype.go [moved from test/interface3.go with 100% similarity]
test/interface/struct.go [moved from test/interface6.go with 100% similarity]
test/run