From 3ddd2eaebc6bfb3ef05612a354cbd4273378d18b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 12 Dec 2013 17:13:46 -0800 Subject: test: disable large type/stack frame tests for gccgo R=golang-dev, rsc CC=golang-dev https://golang.org/cl/40370052 --- test/fixedbugs/bug385_32.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixedbugs/bug385_32.go') diff --git a/test/fixedbugs/bug385_32.go b/test/fixedbugs/bug385_32.go index 724ed93262..4c3cad7798 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 } -- cgit v1.3