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