MakeInterface: remove delayExpr

This commit is contained in:
xushiwei
2024-05-09 06:48:16 +08:00
parent 48737e361a
commit 2b70bb60a9
7 changed files with 129 additions and 52 deletions

View File

@@ -37,7 +37,7 @@ func TestFromTestrt(t *testing.T) {
}
func TestFromTestdata(t *testing.T) {
cltest.FromDir(t, "vargs", "./_testdata", false)
cltest.FromDir(t, "", "./_testdata", false)
}
func TestSqlite(t *testing.T) {