TestFromTestrt: callback example

This commit is contained in:
xushiwei
2024-05-05 16:01:07 +08:00
parent 067cf0cba6
commit 3c33a1d05e

View File

@@ -29,7 +29,7 @@ func testCompile(t *testing.T, src, expected string) {
} }
func TestFromTestrt(t *testing.T) { func TestFromTestrt(t *testing.T) {
cltest.FromDir(t, "callback", "./_testrt", true) cltest.FromDir(t, "", "./_testrt", true)
} }
func TestFromTestdata(t *testing.T) { func TestFromTestdata(t *testing.T) {