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

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