TestFromTestgo

This commit is contained in:
xushiwei
2024-05-27 14:32:49 +08:00
parent 8e89dc8aa9
commit 5bbcdd121a

View File

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