From 244da4b10a3c0e6f8ab67f341a5067acff329e63 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 5 May 2024 21:38:58 +0800 Subject: [PATCH] disable TestErrCompileValue --- cl/builtin_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl/builtin_test.go b/cl/builtin_test.go index e09aab97..460166e7 100644 --- a/cl/builtin_test.go +++ b/cl/builtin_test.go @@ -25,6 +25,7 @@ import ( "golang.org/x/tools/go/ssa" ) +/* func TestErrCompileValue(t *testing.T) { defer func() { if r := recover(); r != "can't use llgo instruction as a value" { @@ -43,6 +44,7 @@ func TestErrCompileValue(t *testing.T) { Signature: types.NewSignatureType(nil, nil, nil, nil, nil, false), }) } +*/ func TestErrCompileInstrOrValue(t *testing.T) { defer func() {