aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/go/types/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/go/types/example_test.go')
-rw-r--r--libgo/go/go/types/example_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgo/go/go/types/example_test.go b/libgo/go/go/types/example_test.go
index 9daad8765a8..a0c9c217ff9 100644
--- a/libgo/go/go/types/example_test.go
+++ b/libgo/go/go/types/example_test.go
@@ -239,10 +239,10 @@ func fib(x int) int {
// type S string:
// defined at fib.go:4:6
// used at 6:23
- // type int int:
+ // type int:
// defined at -
// used at 8:12, 8:17
- // type string string:
+ // type string:
// defined at -
// used at 4:8
// var b S: