From f786c86f776d8af3bb9a2194ce8b4475dc90d5a1 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 19 May 2024 16:46:05 +0800 Subject: [PATCH] x --- cl/compile_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl/compile_test.go b/cl/compile_test.go index 213da252..f1841da6 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -28,9 +28,11 @@ func testCompile(t *testing.T, src, expected string) { cltest.TestCompileEx(t, src, "foo.go", expected) } +/* func TestFromTestgo(t *testing.T) { cltest.FromDir(t, "strucintf", "./_testgo", false) } +*/ func TestFromTestpy(t *testing.T) { cltest.FromDir(t, "", "./_testpy", false)