Parser (unit tests)

- Updated unit test which was meant to check for a greater number of body statements of the `Function` at question
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-16 19:43:44 +02:00
parent f8bfd27ece
commit a1443c4c48
1 changed files with 1 additions and 1 deletions

View File

@ -2862,7 +2862,7 @@ int thing()
Container funcThingContainer = cast(Container)funcThing;
assert(funcThingContainer);
Statement[] funcThingStatements = funcThingContainer.getStatements();
assert(funcThingStatements.length == 2);
assert(funcThingStatements.length == 3);
// TODO: Finish this
// TODO: Add a check for the Statement types in the bodies, the arguments and the parameters