summaryrefslogtreecommitdiff
path: root/src/pkg/reflect/tostring_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/reflect/tostring_test.go')
-rw-r--r--src/pkg/reflect/tostring_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/reflect/tostring_test.go b/src/pkg/reflect/tostring_test.go
index 7486a9bfc..e416fd84d 100644
--- a/src/pkg/reflect/tostring_test.go
+++ b/src/pkg/reflect/tostring_test.go
@@ -92,5 +92,4 @@ func valueToString(val Value) string {
default:
panic("valueToString: can't print type " + typ.String())
}
- return "valueToString: can't happen"
}