Implemented assert keyword
This commit is contained in:
parent
f0bc5039ee
commit
f4dd9004be
14 changed files with 81 additions and 1 deletions
|
@ -40,6 +40,7 @@ var programs = []struct {
|
|||
{"jump-near", "", "", 0},
|
||||
{"loop", "", "", 0},
|
||||
{"loop-lifetime", "", "", 0},
|
||||
{"assert", "", "", 1},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue