cl: _testcgo/strlen - todo

This commit is contained in:
xushiwei
2024-04-26 02:05:49 +08:00
parent 28dd34a136
commit 43ae7a23b2
8 changed files with 95 additions and 18 deletions

View File

@@ -23,5 +23,5 @@ import (
)
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "", "../cl/_testdata")
cltest.FromDir(t, "", "../cl/_testdata", false)
}