summaryrefslogtreecommitdiff
path: root/src/lib/strconv/atof_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/strconv/atof_test.go')
-rw-r--r--src/lib/strconv/atof_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/strconv/atof_test.go b/src/lib/strconv/atof_test.go
index 7f1f0a131..6782f274a 100644
--- a/src/lib/strconv/atof_test.go
+++ b/src/lib/strconv/atof_test.go
@@ -13,7 +13,7 @@ import (
type atofTest struct {
in string;
out string;
- err *os.Error;
+ err os.Error;
}
var atoftests = []atofTest {