summaryrefslogtreecommitdiff
path: root/test/ken/cplx3.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/ken/cplx3.go')
-rw-r--r--test/ken/cplx3.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ken/cplx3.go b/test/ken/cplx3.go
index 6c3826df6..997894b41 100644
--- a/test/ken/cplx3.go
+++ b/test/ken/cplx3.go
@@ -30,9 +30,6 @@ func main() {
var a interface{}
switch c := reflect.NewValue(a).(type) {
- case *reflect.Complex64Value:
- v := c.Get()
- _, _ = complex64(v), true
case *reflect.ComplexValue:
if complexBits == 64 {
v := c.Get()