summaryrefslogtreecommitdiff
path: root/src/lib/strconv/fp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/strconv/fp_test.go')
-rw-r--r--src/lib/strconv/fp_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/strconv/fp_test.go b/src/lib/strconv/fp_test.go
index f0cfad0bb..6738ed75e 100644
--- a/src/lib/strconv/fp_test.go
+++ b/src/lib/strconv/fp_test.go
@@ -92,7 +92,7 @@ func myatof32(s string) (f float32, ok bool) {
return f1, true;
}
-export func TestFp(t *testing.T) {
+func TestFp(t *testing.T) {
fd, err := os.Open("testfp.txt", os.O_RDONLY, 0);
if err != nil {
panicln("testfp: open testfp.txt:", err.String());