Added more tests

This commit is contained in:
Eduard Urbach 2024-07-31 15:24:21 +02:00
parent c415f0250a
commit 553a673b16
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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) {