mirror of
https://github.com/golang/go.git
synced 2026-05-07 19:10:38 +00:00
test: disable large type/stack frame tests for gccgo
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/40370052
This commit is contained in:
parent
d12b08d228
commit
3ddd2eaebc
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
package main
|
||||
func main() {
|
||||
var arr [1000200030]int // ERROR "type .* too large"
|
||||
var arr [1000200030]int // GC_ERROR "type .* too large"
|
||||
arr_bkup := arr
|
||||
_ = arr_bkup
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue