From: Cherry Zhang Date: Thu, 5 May 2016 06:42:10 +0000 (-0700) Subject: cmd/compile/internal/gc: remove duplicated TestFP X-Git-Tag: go1.7beta1~325 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bfa89c3cd42f4301c5dc8657e02372bdd449cfcb;p=gostls13.git cmd/compile/internal/gc: remove duplicated TestFP TestFp and TestFP are same, remove one. Change-Id: Iffdece634cd4572421974496298925e7c6ac13a9 Reviewed-on: https://go-review.googlesource.com/22799 Reviewed-by: Minux Ma Run-TryBot: Minux Ma TryBot-Result: Gobot Gobot --- diff --git a/src/cmd/compile/internal/gc/ssa_test.go b/src/cmd/compile/internal/gc/ssa_test.go index 5f1758cae2..c89917df88 100644 --- a/src/cmd/compile/internal/gc/ssa_test.go +++ b/src/cmd/compile/internal/gc/ssa_test.go @@ -71,8 +71,6 @@ func TestCompound(t *testing.T) { runTest(t, "compound_ssa.go") } func TestCtl(t *testing.T) { runTest(t, "ctl_ssa.go") } -func TestFp(t *testing.T) { runTest(t, "fp_ssa.go") } - func TestLoadStore(t *testing.T) { runTest(t, "loadstore_ssa.go") } func TestMap(t *testing.T) { runTest(t, "map_ssa.go") }