diff options
Diffstat (limited to 'test/fixedbugs/bug109.go')
-rw-r--r-- | test/fixedbugs/bug109.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug109.go b/test/fixedbugs/bug109.go index 766657723..459c29ff2 100644 --- a/test/fixedbugs/bug109.go +++ b/test/fixedbugs/bug109.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package main +package bug109 func f(a float64) float64 { e := 1.0 |