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) {