test: fix cl and ssa tests

This commit is contained in:
Li Jie
2024-08-05 20:52:34 +08:00
parent a1d46e905b
commit 578bc165c4
4 changed files with 2 additions and 224 deletions

View File

@@ -50,7 +50,7 @@ func TestFromTestrt(t *testing.T) {
}
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testdata", false)
cltest.FromDir(t, "", "../cl/_testdata", true)
}
func TestMakeInterface(t *testing.T) {