fix: Integration test failure

This commit is contained in:
Leni Aniva 2024-12-09 20:42:05 -08:00
parent dd00d803d1
commit 9a69c48cb2
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ def test_frontend_process_sorry : Test :=
boundary := (solved.utf8ByteSize, solved.utf8ByteSize + withSorry.utf8ByteSize),
goalStateId? := .some 0,
goals := #[goal1],
goalSrcBoundaries := #[(57, 62)],
messages := #["<anonymous>:2:0: warning: declaration uses 'sorry'\n"],
}],
}: Protocol.FrontendProcessResult),