disable TestErrCompileValue

This commit is contained in:
xushiwei
2024-05-05 21:38:58 +08:00
parent c0c5271172
commit 244da4b10a

View File

@@ -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() {