diff options
Diffstat (limited to 'gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go')
-rw-r--r-- | gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go b/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go index 68c0ce0bc49..4ea187a4b12 100644 --- a/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go +++ b/gcc/testsuite/go.test/test/fixedbugs/bug248.dir/bug2.go @@ -23,7 +23,7 @@ type t0 int func (t0) M(p0.T) {} -type t1 float +type t1 float64 func (t1) M(p1.T) {} |