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>
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") }