From e2acb64f867549da38175326da1e5b07c132d99e Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Fri, 20 Dec 2013 15:51:04 -0800 Subject: [PATCH] go.tools/go/types: submit missed file (fix build) R=adonovan CC=golang-codereviews https://golang.org/cl/38130044 --- go/types/eval_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/types/eval_test.go b/go/types/eval_test.go index 097cc0b51e8..c418e83ab84 100644 --- a/go/types/eval_test.go +++ b/go/types/eval_test.go @@ -123,7 +123,7 @@ func f(a int, s string) float64 { var tests = []string{ `true => true, untyped boolean`, - `fmt.Println => , func(a·3 ...interface{}) (n·1 int, err·2 error)`, + `fmt.Println => , func(a ...interface{}) (n int, err error)`, `c => 3, untyped float`, `T => , p.T`, `a => , int`,