1
0
mirror of https://github.com/golang/go synced 2024-11-13 16:20:21 -07:00
go/test/interface
Brad Fitzpatrick 040fe32119 test: don't use package main for files without a main function
Part of issue 2833, but works fine with current test runner.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5606056
2012-02-03 11:43:24 -08:00
..
bigdata.go
convert1.go
convert2.go
convert.go
embed0.go
embed1.go
embed2.go
embed.go
explicit.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
fail.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
fake.go reflect: disallow Interface method on Value obtained via unexported name 2011-10-17 18:48:45 -04:00
noeq.go gc: implement == on structs and arrays 2011-12-12 22:22:09 -05:00
pointer.go test: match gccgo error messages 2011-09-21 17:25:48 -07:00
private1.go test: add test for interfaces with unexported methods. 2011-03-29 15:04:19 -07:00
private.go test: add test for interfaces with unexported methods. 2011-03-29 15:04:19 -07:00
receiver1.go
receiver.go
recursive1.go gc: test case for recursive interface bug. 2012-01-21 17:02:54 +11:00
recursive2.go gc: test case for recursive interface bug. 2012-01-21 17:02:54 +11:00
recursive.go test: don't use package main for files without a main function 2012-02-03 11:43:24 -08:00
returntype.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
struct.go