]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable two orphaned tests
authorKeith Randall <khr@google.com>
Tue, 31 Jul 2018 23:06:09 +0000 (16:06 -0700)
committerKeith Randall <khr@golang.org>
Fri, 24 Aug 2018 22:59:29 +0000 (22:59 +0000)
commit707fd452e68b8cac4ddc68daf394889c4fd67e24
treef997bfe2c0cabf883ef29409504da57d3832517e
parentdca709da1dd3fb1177c70288a4ec1bf1baa36a5b
cmd/compile: enable two orphaned tests

These tests weren't being run.  Re-enable them.

R=go1.12

Change-Id: I8d3cd09b7f07e4c39f855ddb9be000718ec86494
Reviewed-on: https://go-review.googlesource.com/127117
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/testdata/cmp_test.go [moved from src/cmd/compile/internal/gc/testdata/cmp.go with 58% similarity]
src/cmd/compile/internal/gc/testdata/divbyzero.go [deleted file]
src/cmd/compile/internal/gc/testdata/divbyzero_test.go [new file with mode: 0644]