Added more tests

This commit is contained in:
2024-07-31 15:24:21 +02:00
parent 76c916018a
commit 3d245a15f9
6 changed files with 52 additions and 8 deletions

View File

@ -51,6 +51,7 @@ var programs = []struct {
{"jump-near", "", "", 0},
{"loop", "", "", 0},
{"loop-lifetime", "", "", 0},
{"out-of-memory", "", "", 0},
}
func TestPrograms(t *testing.T) {