diff options
Diffstat (limited to 'test/fixedbugs/bug385_32.go')
-rw-r--r-- | test/fixedbugs/bug385_32.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index b9ecbb4c1..724ed9326 100644 --- a/test/fixedbugs/bug385_32.go +++ b/test/fixedbugs/bug385_32.go @@ -1,4 +1,5 @@ -// [ $A == 6 ] || errchk $G -e $D/$F.go +// +build 386 arm +// errorcheck // Copyright 2011 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style @@ -11,4 +12,4 @@ func main() { var arr [1000200030]int // ERROR "type .* too large" arr_bkup := arr _ = arr_bkup -}
\ No newline at end of file +} |