fix: default output debugtalk_gen.py by building debugtalk.py

This commit is contained in:
xucong053
2022-05-27 17:20:35 +08:00
parent c08861c9ca
commit c2bcbfd07f
3 changed files with 13 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ func TestRun(t *testing.T) {
t.Fatal()
}
err = Run("examples/debugtalk_no_funppy.py", "./debugtalk_gen.py")
err = Run("examples/debugtalk_no_funppy.py", "./debugtalk.py")
if !assert.Nil(t, err) {
t.Fatal()
}