From 5bbcdd121a3d973c44554dee79371597eac7f261 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 27 May 2024 14:32:49 +0800 Subject: [PATCH] TestFromTestgo --- ssa/cl_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssa/cl_test.go b/ssa/cl_test.go index 488a36bc..513944c1 100644 --- a/ssa/cl_test.go +++ b/ssa/cl_test.go @@ -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) {