summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug315.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixedbugs/bug315.go')
-rw-r--r--test/fixedbugs/bug315.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixedbugs/bug315.go b/test/fixedbugs/bug315.go
index 198bae77a..c59ef29e6 100644
--- a/test/fixedbugs/bug315.go
+++ b/test/fixedbugs/bug315.go
@@ -9,7 +9,7 @@
package main
func main() {
- a := cmplx(2, 2)
+ a := complex(2, 2)
a /= 2
}