]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile/internal/gc: remove duplicated TestFP
authorCherry Zhang <cherryyz@google.com>
Thu, 5 May 2016 06:42:10 +0000 (23:42 -0700)
committerCherry Zhang <cherryyz@google.com>
Thu, 5 May 2016 16:14:17 +0000 (16:14 +0000)
TestFp and TestFP are same, remove one.

Change-Id: Iffdece634cd4572421974496298925e7c6ac13a9
Reviewed-on: https://go-review.googlesource.com/22799
Reviewed-by: Minux Ma <minux@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>

src/cmd/compile/internal/gc/ssa_test.go

index 5f1758cae2edfd53abdc919b8452a4106b120ad1..c89917df88c2685ab577bdc38948db5b2d368983 100644 (file)
@@ -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") }