From a6f92b8ff99d6a35ba135f07e6ddda9310da5ad4 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 27 May 2024 11:28:03 +0800 Subject: [PATCH] TestFromTestgo --- cl/compile_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cl/compile_test.go b/cl/compile_test.go index 2d601ae2..48639cf5 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -28,6 +28,10 @@ func testCompile(t *testing.T, src, expected string) { cltest.TestCompileEx(t, src, "foo.go", expected) } +func TestFromTestgo(t *testing.T) { + cltest.FromDir(t, "", "./_testgo", false) +} + func TestFromTestpy(t *testing.T) { cltest.FromDir(t, "", "./_testpy", false) }