summaryrefslogtreecommitdiff
path: root/test/convlit1.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-16 16:12:14 -0800
committerRuss Cox <rsc@golang.org>2009-01-16 16:12:14 -0800
commit976529fd654f2cdf6ca21afcdeddedeff7d9583a (patch)
tree7da3dc3316609873715c3e6e7871cb2bf57da081 /test/convlit1.go
parentdbfbdc283ac50455e365a40912828137e215ebde (diff)
downloadgo-976529fd654f2cdf6ca21afcdeddedeff7d9583a.tar.gz
convert tests; nothing interesting.
R=r OCL=23012 CL=23014
Diffstat (limited to 'test/convlit1.go')
-rw-r--r--test/convlit1.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/convlit1.go b/test/convlit1.go
index 063a1e504..94d28969b 100644
--- a/test/convlit1.go
+++ b/test/convlit1.go
@@ -10,6 +10,8 @@ var a = []int { "a" }; // ERROR "conver|incompatible"
var b = int { 1 }; // ERROR "compos"
+func f() int
+
func main() {
- if sys.argc < 1 { } // ERROR "conver|incompatible"
+ if f < 1 { } // ERROR "conver|incompatible"
}