| commit | 3ddd2eaebc6bfb3ef05612a354cbd4273378d18b | [log] [tgz] |
|---|---|---|
| author | Ian Lance Taylor <iant@golang.org> | Thu Dec 12 17:13:46 2013 -0800 |
| committer | Ian Lance Taylor <iant@golang.org> | Thu Dec 12 17:13:46 2013 -0800 |
| tree | b573e1bdc13016fc813c8b64646fcdc3f5377b8d | |
| parent | d12b08d228aff8b62d6a90297689856bf67890f7 [diff] [blame] |
test: disable large type/stack frame tests for gccgo R=golang-dev, rsc CC=golang-dev https://golang.org/cl/40370052
diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index 724ed93..4c3cad7 100644 --- a/test/fixedbugs/bug385_32.go +++ b/test/fixedbugs/bug385_32.go
@@ -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 }