From fbb2150d88cc52bc39896264e2ffbb63aedc292f Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 12 May 2024 11:13:04 +0800 Subject: [PATCH] TestFromTestpy --- 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 9be95684..4d79ec49 100644 --- a/ssa/cl_test.go +++ b/ssa/cl_test.go @@ -23,7 +23,7 @@ import ( ) func TestFromTestpy(t *testing.T) { - cltest.FromDir(t, "", "../cl/_testpy", true) + cltest.FromDir(t, "", "../cl/_testpy", false) } func TestFromTestrt(t *testing.T) {