From 5ca575182338a2670f3e7d636c48a2e2ef2d32dc Mon Sep 17 00:00:00 2001 From: eric fang Date: Mon, 20 Apr 2020 08:42:01 +0000 Subject: runtime: fix TestCallersNilPointerPanic The expected result of TestCallersNilPointerPanic has changed in GoLLVM. This CL makes some elements of the expected result optional so that this test passes in both gccgo and GoLLVM. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/230138 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 939ba7c..02f6746 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -8645632618262d1661ece0c9e6fe9e04c6e3a878 +876bdf3df3bb33dbf1414237d84be5da32a48082 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1