cl: call intf.method

This commit is contained in:
xushiwei
2024-05-27 11:18:43 +08:00
parent df13e3ab82
commit 877b397e04
5 changed files with 219 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ import (
)
func TestFromTestgo(t *testing.T) {
cltest.FromDir(t, "errors", "../cl/_testgo", false)
cltest.FromDir(t, "", "../cl/_testgo", false)
}
func TestFromTestpy(t *testing.T) {