add support for vipakfile
This commit is contained in:
parent
052d41505e
commit
a48b23a8db
2 changed files with 16 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ BEGIN
|
|||
Out.String("; expected="); PrintBool(tests[i].valid);
|
||||
Out.String("; actual="); PrintBool(ok); Out.Ln;
|
||||
|
||||
IF ok # tests[i].valid THEN Out.String("Test failed!!!"); Out.Ln; RETURN END;
|
||||
IF ok # tests[i].valid THEN Out.String("Test failed!!!"); Out.Ln; HALT(1) END;
|
||||
|
||||
IF ok THEN
|
||||
PrintVersion(v);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue