fix(frontend): Test update

This commit is contained in:
Leni Aniva 2025-03-14 16:47:46 -07:00
parent 79e4dc697e
commit ef165b7045
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,8 @@ def test_frontend_process : Test :=
[ [
("file", .str file), ("file", .str file),
("invocations", .bool true), ("invocations", .bool true),
("readHeader", .bool false),
("inheritEnv", .bool false),
("sorrys", .bool false), ("sorrys", .bool false),
("typeErrorsAsGoals", .bool false), ("typeErrorsAsGoals", .bool false),
("newConstants", .bool false), ("newConstants", .bool false),
@ -214,6 +216,8 @@ def test_frontend_process_sorry : Test :=
step "frontend.process" step "frontend.process"
[ [
("file", .str file), ("file", .str file),
("readHeader", .bool false),
("inheritEnv", .bool false),
("invocations", .bool false), ("invocations", .bool false),
("sorrys", .bool true), ("sorrys", .bool true),
("typeErrorsAsGoals", .bool false), ("typeErrorsAsGoals", .bool false),