diff --git a/go/types/eval_test.go b/go/types/eval_test.go index 097cc0b5..c418e83a 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`,