From 3c33a1d05ef2eaf91c83879ebf6eccd0f958f65b Mon Sep 17 00:00:00 2001 From: xushiwei Date: Sun, 5 May 2024 16:01:07 +0800 Subject: [PATCH] TestFromTestrt: callback example --- cl/compile_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl/compile_test.go b/cl/compile_test.go index 4420e466..b9c3443f 100644 --- a/cl/compile_test.go +++ b/cl/compile_test.go @@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) { } func TestFromTestrt(t *testing.T) { - cltest.FromDir(t, "callback", "./_testrt", true) + cltest.FromDir(t, "", "./_testrt", true) } func TestFromTestdata(t *testing.T) {