summaryrefslogtreecommitdiff
path: root/src/pkg/strconv/atof_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/strconv/atof_test.go')
-rw-r--r--src/pkg/strconv/atof_test.go8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/pkg/strconv/atof_test.go b/src/pkg/strconv/atof_test.go
index f918650f3..a59fb78b4 100644
--- a/src/pkg/strconv/atof_test.go
+++ b/src/pkg/strconv/atof_test.go
@@ -135,10 +135,6 @@ func testAtof(t *testing.T, opt bool) {
SetOptimize(oldopt);
}
-func TestAtof(t *testing.T) {
- testAtof(t, true);
-}
+func TestAtof(t *testing.T) { testAtof(t, true) }
-func TestAtofSlow(t *testing.T) {
- testAtof(t, false);
-}
+func TestAtofSlow(t *testing.T) { testAtof(t, false) }